GET /api/bet_types/00bf6b94-863c-4691-9a26-1f2a04a9dbd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00bf6b94-863c-4691-9a26-1f2a04a9dbd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e91ceb9-7a1b-4481-82f5-b5317a39b5a2/?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": "UNLV",
                "amount": 5489.0
            },
            {
                "team": "North Texas",
                "amount": 4511.0
            }
        ],
        "expected_reward_tokens": 9111.74,
        "profit_sb": 111.74,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1df5e9f-3f05-4cbe-a842-204e13b57c6f",
            "gambit_id": "2162db91-3776-458c-beb0-e8ec1d1ecd56",
            "last_updated": "2022-09-18T20:37:19.485833-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00bf6b94-863c-4691-9a26-1f2a04a9dbd5/?format=api"
        },
        {
            "id": "e94f3354-9183-49e3-8d3a-725907573ad1",
            "gambit_id": "3350ec33-7c2c-4d98-91d2-308fa52c5888",
            "last_updated": "2022-09-18T20:37:19.486922-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00bf6b94-863c-4691-9a26-1f2a04a9dbd5/?format=api"
        }
    ]
}