GET /api/bet_types/203ed741-6262-4c85-acdd-b2fa0e1919d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "203ed741-6262-4c85-acdd-b2fa0e1919d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe1ada26-ad45-4588-a217-853c23a5c758/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-15T09:01:55.191074-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": "Charlotte Hornets",
                "amount": 6326.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "c60b8f56-49fa-444f-8d07-71d03be54246",
            "gambit_id": "309eeefd-d9b9-428c-a03f-5df2d03bfea4",
            "last_updated": "2023-02-16T11:26:55.705661-05:00",
            "created_at": "2023-02-15T09:01:55.192456-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/203ed741-6262-4c85-acdd-b2fa0e1919d6/?format=api"
        },
        {
            "id": "127f523c-282b-47c4-9dc8-c116953ea911",
            "gambit_id": "5c14e05d-704c-4403-b6dc-fd4dead6df88",
            "last_updated": "2023-02-16T11:26:55.706865-05:00",
            "created_at": "2023-02-15T09:01:55.193893-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/203ed741-6262-4c85-acdd-b2fa0e1919d6/?format=api"
        }
    ]
}