GET /api/bet_types/56a19f6f-da21-46c3-b19b-8e1872d8e6f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56a19f6f-da21-46c3-b19b-8e1872d8e6f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fb3cba1-b185-4b03-a3fd-519f33b9c2ea/?format=api",
    "name": "Play the Odds",
    "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": "SEA",
                "amount": 6482.0
            },
            {
                "team": "LAA",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "70be8358-c10f-4694-8eb3-99a0f9908e78",
            "gambit_id": "3a8d2262-4ef3-408a-93a9-984ba9a75c20",
            "last_updated": "2022-09-19T09:27:01.391287-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56a19f6f-da21-46c3-b19b-8e1872d8e6f8/?format=api"
        },
        {
            "id": "26d3969b-855c-4bd4-b5fc-a147c276bf2a",
            "gambit_id": "5e42b09c-2a8a-4b09-b823-2de61118a5b9",
            "last_updated": "2022-09-19T09:27:01.390332-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56a19f6f-da21-46c3-b19b-8e1872d8e6f8/?format=api"
        }
    ]
}