GET /api/bet_types/a884852a-c6c5-49c4-8137-0b53aeb686ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a884852a-c6c5-49c4-8137-0b53aeb686ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/83e2a794-d0f1-44bc-9921-27e4ee2ffc0b/?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": "Dallas Stars",
                "amount": 6114.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "beb967b3-0014-403c-81b0-b91b8f7f1fa8",
            "gambit_id": "73db785a-7bee-4216-8454-8b422a53bee5",
            "last_updated": "2022-11-18T09:57:55.133051-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a884852a-c6c5-49c4-8137-0b53aeb686ab/?format=api"
        },
        {
            "id": "2577cc85-9068-4868-b52e-045523da1335",
            "gambit_id": "3d8ffda9-2e46-453d-b305-2c6e98f865cd",
            "last_updated": "2022-11-18T09:57:55.131999-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a884852a-c6c5-49c4-8137-0b53aeb686ab/?format=api"
        }
    ]
}