GET /api/bet_types/d24c8602-7142-4193-889b-2578c540c342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d24c8602-7142-4193-889b-2578c540c342",
    "match": "https://api-prod.gambitprofit.com/api/matches/b018bbaa-7007-48da-a204-e14b2341486c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-18T09:38:25.637115-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota Timberwolves",
                "amount": 7106.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f943071-85a3-4252-98aa-9c564dc75883",
            "gambit_id": "3ce3183c-8949-4e64-8fb2-29e57e8c8257",
            "last_updated": "2023-11-20T14:43:30.722177-05:00",
            "created_at": "2023-11-18T09:38:25.641785-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d24c8602-7142-4193-889b-2578c540c342/?format=api"
        },
        {
            "id": "7102c8df-8ec2-4e6b-b424-6af7aa2ec73e",
            "gambit_id": "edfe3306-81c0-4924-abde-604d4e80a4f7",
            "last_updated": "2023-11-20T14:43:30.727381-05:00",
            "created_at": "2023-11-18T09:38:25.649903-05:00",
            "name": "New Orleans Pelicans",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d24c8602-7142-4193-889b-2578c540c342/?format=api"
        }
    ]
}