GET /api/bet_types/2c6083be-efce-445a-88fb-48928d329471/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c6083be-efce-445a-88fb-48928d329471",
    "match": "https://api-prod.gambitprofit.com/api/matches/253d3b4c-7504-4f3d-927c-5f17d23aa6c9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T12:47:12.057702-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": "Pittsburgh Steelers",
                "amount": 5574.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 4426.0
            }
        ],
        "expected_reward_tokens": 9029.04,
        "profit_sb": 29.04,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "6f8a824c-1a40-47d5-8a81-a1ce8c4ccb39",
            "gambit_id": "8cd5b9ef-9cbe-4c7b-8d4b-dc19acabcf95",
            "last_updated": "2022-12-25T18:07:07.552291-05:00",
            "created_at": "2022-12-23T12:47:12.058829-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.62000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c6083be-efce-445a-88fb-48928d329471/?format=api"
        },
        {
            "id": "2da92118-4634-458f-bf62-2708b9dba34f",
            "gambit_id": "08bd3ca6-58ee-47cc-81b5-df0fc9e5e09e",
            "last_updated": "2022-12-25T18:07:07.553387-05:00",
            "created_at": "2022-12-23T12:47:12.060004-05:00",
            "name": "Las Vegas Raiders",
            "reward": "2.04000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c6083be-efce-445a-88fb-48928d329471/?format=api"
        }
    ]
}