GET /api/bet_types/ab9407de-c582-4c3b-937d-1a19d75494a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab9407de-c582-4c3b-937d-1a19d75494a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/19f4dc1c-980b-4f12-b9ce-9a6dfcd5af15/?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": "San Jose State",
                "amount": 5207.0
            },
            {
                "team": "Western Michigan",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f2c9a98-3c52-4e25-b82d-a1150f6d6400",
            "gambit_id": "e81265f9-cfbf-44c4-881e-106c224e374b",
            "last_updated": "2022-09-25T21:32:25.132220-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab9407de-c582-4c3b-937d-1a19d75494a0/?format=api"
        },
        {
            "id": "0bd47564-ca6b-45fd-8977-31a904ccb649",
            "gambit_id": "d82af9fb-6641-4d70-95e8-0fee49952637",
            "last_updated": "2022-09-25T21:32:25.133195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab9407de-c582-4c3b-937d-1a19d75494a0/?format=api"
        }
    ]
}