GET /api/bet_types/9695f634-9363-4730-8542-e029d833e200/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9695f634-9363-4730-8542-e029d833e200",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d51315b-ddf2-41da-b386-387fd4c30115/?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": "CLE",
                "amount": 5676.0
            },
            {
                "team": "TOR",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "f593b61e-47b0-460c-856f-ec5f62f62767",
            "gambit_id": "b8cbce2b-13be-4e72-be35-500d924b1b4d",
            "last_updated": "2022-08-13T10:52:03.814869-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9695f634-9363-4730-8542-e029d833e200/?format=api"
        },
        {
            "id": "78401c91-dfd8-421b-8238-b53861bd38ec",
            "gambit_id": "a488a3cc-6cae-46a8-bc01-e0cebf047d3f",
            "last_updated": "2022-08-13T10:52:03.814419-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9695f634-9363-4730-8542-e029d833e200/?format=api"
        }
    ]
}