GET /api/bet_types/09879909-e496-463f-afd2-926fb494dee3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09879909-e496-463f-afd2-926fb494dee3",
    "match": "https://api-prod.gambitprofit.com/api/matches/064449cf-6c68-482a-b251-001bd968c092/?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": "Washington State",
                "amount": 5824.0
            },
            {
                "team": "Stanford",
                "amount": 4176.0
            }
        ],
        "expected_reward_tokens": 9143.68,
        "profit_sb": 143.68,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "f9831c15-d246-4d76-9db5-66144398b9d6",
            "gambit_id": "0bfadc5d-ea2f-45ec-8a54-c0a37977845c",
            "last_updated": "2022-11-06T09:03:37.645852-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09879909-e496-463f-afd2-926fb494dee3/?format=api"
        },
        {
            "id": "dcf2ba78-d5c7-4208-8f94-297ee4433141",
            "gambit_id": "dcf7ee36-681c-4273-a0cb-1cb4e88c320d",
            "last_updated": "2022-11-06T09:03:37.644886-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "2.19000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09879909-e496-463f-afd2-926fb494dee3/?format=api"
        }
    ]
}