GET /api/bet_types/3b1992da-9ff4-4fcb-9b91-40bd71930eb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b1992da-9ff4-4fcb-9b91-40bd71930eb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/847d48aa-0aa8-4e6c-882a-d6f31e177bed/?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": "Rutgers",
                "amount": 5000.0
            },
            {
                "team": "Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "464e26a0-fb13-4b96-8a5f-1684f8b18571",
            "gambit_id": "40648dff-0b30-40c2-8c9b-d0f69af3b05c",
            "last_updated": "2022-11-06T16:13:04.543871-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "26.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b1992da-9ff4-4fcb-9b91-40bd71930eb5/?format=api"
        },
        {
            "id": "c75462f1-c79a-4bd8-b20f-3d4a72dd4ad9",
            "gambit_id": "d4e9a805-ab7c-4d61-a290-7d1d9c78d710",
            "last_updated": "2022-11-06T16:13:04.544877-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-26.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b1992da-9ff4-4fcb-9b91-40bd71930eb5/?format=api"
        }
    ]
}