GET /api/bet_types/13e05080-550d-4df2-a5d9-d157c831efc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13e05080-550d-4df2-a5d9-d157c831efc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/586e2005-8a84-4900-9896-b7b6b02aba25/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-12T10:17:04.731352-04: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": "Philadelphia 76ers",
                "amount": 7158.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2842.0
            }
        ],
        "expected_reward_tokens": 9520.14,
        "profit_sb": 20.14,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e044cb2-511a-4d4b-a7fa-afe9702bada2",
            "gambit_id": "ac262a4e-e453-41e1-9e98-7710ccddb377",
            "last_updated": "2023-03-13T19:02:14.843660-04:00",
            "created_at": "2023-03-12T10:17:04.732980-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13e05080-550d-4df2-a5d9-d157c831efc2/?format=api"
        },
        {
            "id": "626df7a1-e644-40c7-86c4-053a88a11a93",
            "gambit_id": "b1c9765e-a26f-4ce9-a319-7b032eaa5b3b",
            "last_updated": "2023-03-13T19:02:14.845139-04:00",
            "created_at": "2023-03-12T10:17:04.734599-04:00",
            "name": "Washington Wizards",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13e05080-550d-4df2-a5d9-d157c831efc2/?format=api"
        }
    ]
}