GET /api/bet_types/63ac5380-e455-4037-bcac-d76f061a64da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63ac5380-e455-4037-bcac-d76f061a64da",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e75be39-2c24-4bf3-9463-ae6feb535f24/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-19T00:01:55.283833-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": "Xavier",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "605c3c4f-52b9-4586-b7b7-e4ebee54ecbc",
            "gambit_id": "b704e34b-4d51-4a5d-b1b9-f80e5f941735",
            "last_updated": "2023-03-20T10:47:08.586431-04:00",
            "created_at": "2023-03-19T00:01:55.285286-04:00",
            "name": "Xavier",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63ac5380-e455-4037-bcac-d76f061a64da/?format=api"
        },
        {
            "id": "bb995b5c-4b9c-4b07-b175-6703751db0b3",
            "gambit_id": "e1716c75-3626-4127-880e-aa9e909ad9d3",
            "last_updated": "2023-03-20T10:47:08.588598-04:00",
            "created_at": "2023-03-19T00:01:55.286759-04:00",
            "name": "Pittsburgh",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63ac5380-e455-4037-bcac-d76f061a64da/?format=api"
        }
    ]
}