GET /api/bet_types/dd464b81-c90d-4554-923d-c861c649a4aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd464b81-c90d-4554-923d-c861c649a4aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/72a89b5a-b2db-4ad6-87a5-a32db7f17192/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Brooklyn Nets",
                "amount": 6398.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3602.0
            }
        ],
        "expected_reward_tokens": 9149.08,
        "profit_sb": 149.08,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "3446e00b-60d4-4258-99ce-66bce039e191",
            "gambit_id": "7a759148-51e8-4302-80f1-0e5b98cb86c1",
            "last_updated": "2022-11-14T15:02:46.610248-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd464b81-c90d-4554-923d-c861c649a4aa/?format=api"
        },
        {
            "id": "9338e623-7dca-431f-ad43-6455108cc1d6",
            "gambit_id": "40e94fa6-1121-4126-b0a3-aa151b30f2d9",
            "last_updated": "2022-11-14T15:02:46.609277-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.54000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd464b81-c90d-4554-923d-c861c649a4aa/?format=api"
        }
    ]
}