GET /api/bet_types/17ca016c-3565-461f-8824-2aa6acae39b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17ca016c-3565-461f-8824-2aa6acae39b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/98645f8a-d6fe-4b5d-b8d9-e05422aab5df/?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": "MIL (B Woodruff)",
                "amount": 5608.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 4392.0
            }
        ],
        "expected_reward_tokens": 9309.28,
        "profit_sb": 309.28,
        "profit_sb_percentage": 3.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "849202cc-5a04-430f-94c1-2c4390cf3a23",
            "gambit_id": "a6480cca-df80-40e8-af97-058fa2f86791",
            "last_updated": "2022-09-02T08:57:03.048679-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (B Woodruff)",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17ca016c-3565-461f-8824-2aa6acae39b7/?format=api"
        },
        {
            "id": "c9be9af8-74a0-473a-a226-6a5cd597b03e",
            "gambit_id": "68a31304-bc55-427a-8ce5-76669fa96b1e",
            "last_updated": "2022-09-02T08:57:03.048206-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Kelly)",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17ca016c-3565-461f-8824-2aa6acae39b7/?format=api"
        }
    ]
}