GET /api/bet_types/879e265d-00ed-4202-8408-27e3ed8dc54c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "879e265d-00ed-4202-8408-27e3ed8dc54c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c2fd515-4c82-400d-bf44-8ede6cd7478d/?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": "Ohio State",
                "amount": 5000.0
            },
            {
                "team": "Arkansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1dacafa-e2c2-462b-9bbd-383cdf8e6907",
            "gambit_id": "6f29ef8c-e3fb-4b58-a3cf-281ecc899b99",
            "last_updated": "2022-09-11T11:02:09.495609-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/879e265d-00ed-4202-8408-27e3ed8dc54c/?format=api"
        },
        {
            "id": "fd8dcc17-1aa3-4755-a8ee-8cc5771abc7b",
            "gambit_id": "aca1b918-b5b3-4287-b769-7e90975228f1",
            "last_updated": "2022-09-11T11:02:09.496622-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/879e265d-00ed-4202-8408-27e3ed8dc54c/?format=api"
        }
    ]
}