GET /api/bet_types/0081446a-bc62-4bf6-8d9f-f1d81969d007/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0081446a-bc62-4bf6-8d9f-f1d81969d007",
    "match": "https://api-prod.gambitprofit.com/api/matches/2eefef81-339b-4856-a906-5c64386b0aa0/?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": "Washington Commanders",
                "amount": 5000.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bf07b0d-f153-49ea-902d-1b0d90f51c93",
            "gambit_id": "dcc04654-734e-4ba0-8082-968842801089",
            "last_updated": "2022-10-24T12:07:03.333929-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0081446a-bc62-4bf6-8d9f-f1d81969d007/?format=api"
        },
        {
            "id": "a2fc2138-2b26-4c76-946f-943692f313f3",
            "gambit_id": "84688025-629b-4301-8265-ce0f151ba865",
            "last_updated": "2022-10-24T12:07:03.334908-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0081446a-bc62-4bf6-8d9f-f1d81969d007/?format=api"
        }
    ]
}