GET /api/bet_types/a87dda6f-e18d-4257-af6e-c9ae48ed0b75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a87dda6f-e18d-4257-af6e-c9ae48ed0b75",
    "match": "https://api-prod.gambitprofit.com/api/matches/41c8e37b-334c-4a20-a13c-47c10c205c12/?format=api",
    "name": "Play the Odds",
    "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": "SMU",
                "amount": 5000.0
            },
            {
                "team": "BYU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "daa4ffe8-d205-4790-b83b-33d0462c65b0",
            "gambit_id": "0506ef41-3af4-4df9-bab8-1b15636c741e",
            "last_updated": "2022-12-19T10:22:26.407437-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a87dda6f-e18d-4257-af6e-c9ae48ed0b75/?format=api"
        },
        {
            "id": "8cfbf494-8d85-44f2-bb42-04d89ef67bee",
            "gambit_id": "00d8d45a-ee5f-4ff1-b7e5-e54601f5eaea",
            "last_updated": "2022-12-19T10:22:26.408548-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a87dda6f-e18d-4257-af6e-c9ae48ed0b75/?format=api"
        }
    ]
}