GET /api/bet_types/8c7b04d6-7a04-42de-a1ca-3813d006e409/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c7b04d6-7a04-42de-a1ca-3813d006e409",
    "match": "https://api-prod.gambitprofit.com/api/matches/99db8c5b-520d-4a83-a63f-de3ae34957f9/?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": "SEA (R Ray)",
                "amount": 6101.0
            },
            {
                "team": "LAA (J Suarez)",
                "amount": 3899.0
            }
        ],
        "expected_reward_tokens": 9395.54,
        "profit_sb": 395.54,
        "profit_sb_percentage": 4.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "00c35ec1-2745-47a9-a951-f91acd73eb13",
            "gambit_id": "bc282ead-c806-4cde-bc37-99e4de500018",
            "last_updated": "2022-08-17T09:22:03.451954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (R Ray)",
            "reward": "1.54000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c7b04d6-7a04-42de-a1ca-3813d006e409/?format=api"
        },
        {
            "id": "94a02e01-f282-4303-96b9-2884da709c07",
            "gambit_id": "1f8fb323-477c-4e0c-a6de-45e2104bca6f",
            "last_updated": "2022-08-17T09:22:03.451522-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (J Suarez)",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c7b04d6-7a04-42de-a1ca-3813d006e409/?format=api"
        }
    ]
}