GET /api/bet_types/8fa38e32-3007-4e7e-871c-6c87d478e940/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fa38e32-3007-4e7e-871c-6c87d478e940",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b45105f-ce88-4398-b8d9-36e48567e824/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:11.714046-04: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": "Michigan State",
                "amount": 5000.0
            },
            {
                "team": "USC",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e28e59c-7516-44b2-90ca-a26713076b8a",
            "gambit_id": "aaca7121-a8cc-4575-8dbc-4df1e7a579bb",
            "last_updated": "2023-03-18T11:52:26.448836-04:00",
            "created_at": "2023-03-14T19:52:11.715998-04:00",
            "name": "Michigan State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fa38e32-3007-4e7e-871c-6c87d478e940/?format=api"
        },
        {
            "id": "e136459f-15a5-4ae8-9f63-74d3688a9e71",
            "gambit_id": "69be3631-5f98-4309-8d60-5039b8dcbcf8",
            "last_updated": "2023-03-18T11:52:26.450448-04:00",
            "created_at": "2023-03-14T19:52:11.717765-04:00",
            "name": "USC",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fa38e32-3007-4e7e-871c-6c87d478e940/?format=api"
        }
    ]
}