GET /api/bet_types/968fb9bd-b732-4966-bbd9-10538c40af70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "968fb9bd-b732-4966-bbd9-10538c40af70",
    "match": "https://api-prod.gambitprofit.com/api/matches/83e2a794-d0f1-44bc-9921-27e4ee2ffc0b/?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": "Florida Panthers",
                "amount": 5899.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea99fa38-b659-422b-a5ff-79a7c5d09022",
            "gambit_id": "c0b8afcb-e1fd-44da-8727-61989be1db45",
            "last_updated": "2022-11-18T09:57:55.135149-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/968fb9bd-b732-4966-bbd9-10538c40af70/?format=api"
        },
        {
            "id": "e8c4ae35-b385-48af-80f2-6204cc8ee522",
            "gambit_id": "bf05dbac-27ef-4b44-9482-bdbd930b3768",
            "last_updated": "2022-11-18T09:57:55.136173-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/968fb9bd-b732-4966-bbd9-10538c40af70/?format=api"
        }
    ]
}