GET /api/bet_types/3a7b3b47-c7b8-482b-8b50-4e76f47632d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a7b3b47-c7b8-482b-8b50-4e76f47632d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/4edb838c-082c-4360-b5e3-ec0a54be9129/?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": "Oklahoma",
                "amount": 5108.0
            },
            {
                "team": "TCU",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": 294.8,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "df32fd4e-8467-4b7e-9c7a-4d33ebda3170",
            "gambit_id": "7d424ce4-acde-4984-8c61-cf7de7b60958",
            "last_updated": "2022-10-02T15:17:24.388188-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a7b3b47-c7b8-482b-8b50-4e76f47632d0/?format=api"
        },
        {
            "id": "84422a54-97de-4512-a880-242a82a0aa03",
            "gambit_id": "565be30b-0dad-4925-8de7-e50107ef7f3d",
            "last_updated": "2022-10-02T15:17:24.387212-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a7b3b47-c7b8-482b-8b50-4e76f47632d0/?format=api"
        }
    ]
}