GET /api/bet_types/b87218a2-cb97-4feb-a8a5-87543fa6f5a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b87218a2-cb97-4feb-a8a5-87543fa6f5a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b3ffadc-8213-4458-a9e9-9da2b3b28a80/?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": "Stanford",
                "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": "4c25f2d7-1e76-41c5-994f-a7eb0c3285e2",
            "gambit_id": "3b0dabd2-8605-432c-871c-b0f27344b0cf",
            "last_updated": "2022-11-28T09:17:08.576988-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b87218a2-cb97-4feb-a8a5-87543fa6f5a7/?format=api"
        },
        {
            "id": "4b1b2b78-33fc-4c17-88de-90ae3b17d029",
            "gambit_id": "93a593b7-14ba-4dea-94fa-8af99fdbf4cb",
            "last_updated": "2022-11-28T09:17:08.578007-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b87218a2-cb97-4feb-a8a5-87543fa6f5a7/?format=api"
        }
    ]
}