GET /api/bet_types/4bae5268-329a-460c-95da-81160ec64e04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bae5268-329a-460c-95da-81160ec64e04",
    "match": "https://api-prod.gambitprofit.com/api/matches/57bb208b-2273-495a-92a3-aa0250d33cbe/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T00:16:57.730317-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": "UL Lafayette",
                "amount": 5000.0
            },
            {
                "team": "Houston",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c31a9766-bff0-4093-84ce-3fc7e1aa6e8c",
            "gambit_id": "7d683c1c-2dd6-4f6c-a43a-3023d082598b",
            "last_updated": "2022-12-24T12:32:05.156982-05:00",
            "created_at": "2022-12-23T00:16:57.731502-05:00",
            "name": "UL Lafayette",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bae5268-329a-460c-95da-81160ec64e04/?format=api"
        },
        {
            "id": "34101d42-be98-41e9-b3a6-5078b86c44ce",
            "gambit_id": "3d393d93-5727-4a76-8b7b-509bbf99f9a1",
            "last_updated": "2022-12-24T12:32:05.158179-05:00",
            "created_at": "2022-12-23T00:16:57.732740-05:00",
            "name": "Houston",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bae5268-329a-460c-95da-81160ec64e04/?format=api"
        }
    ]
}