GET /api/bet_types/1adb9a8a-cc63-4fc4-a8d8-6d44b6b9494f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1adb9a8a-cc63-4fc4-a8d8-6d44b6b9494f",
    "match": "https://api-prod.gambitprofit.com/api/matches/49fbccc1-8e5e-41d3-9a6e-77338101bc9e/?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": "Atlanta Falcons",
                "amount": 6427.0
            },
            {
                "team": "New York Jets",
                "amount": 3573.0
            }
        ],
        "expected_reward_tokens": 9254.07,
        "profit_sb": 254.07,
        "profit_sb_percentage": 2.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ca5a845-7b4c-40ee-a720-8ec5509646fa",
            "gambit_id": "0657d548-fb19-4c8c-b5cd-2b3eb0baf5b4",
            "last_updated": "2022-08-23T10:02:01.462720-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.44000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1adb9a8a-cc63-4fc4-a8d8-6d44b6b9494f/?format=api"
        },
        {
            "id": "11422fd5-bfb2-4296-aa28-2004fb1136e9",
            "gambit_id": "b8c08fb4-369a-4097-8b5e-f57383d7e79a",
            "last_updated": "2022-08-23T10:02:01.463153-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "2.59000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1adb9a8a-cc63-4fc4-a8d8-6d44b6b9494f/?format=api"
        }
    ]
}