GET /api/bet_types/4c395464-9dc2-4ed1-8c0b-812a09d801b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c395464-9dc2-4ed1-8c0b-812a09d801b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/53fb570a-d554-4c85-953a-f6235746e402/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-17T09:32:59.266646-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": "CWS",
                "amount": 6100.0
            },
            {
                "team": "SEA",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "d3235213-61b6-4611-a29b-5eebc13a0276",
            "gambit_id": "891211fd-5606-486f-9696-2541baef6678",
            "last_updated": "2023-06-18T10:28:11.709532-04:00",
            "created_at": "2023-06-17T09:32:59.268567-04:00",
            "name": "CWS",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c395464-9dc2-4ed1-8c0b-812a09d801b9/?format=api"
        },
        {
            "id": "718f54f4-d451-4a04-8ec7-c6b07e0c0eec",
            "gambit_id": "70ae9120-39da-460b-b8a3-8f6da2dfefa0",
            "last_updated": "2023-06-18T10:28:11.711774-04:00",
            "created_at": "2023-06-17T09:32:59.270894-04:00",
            "name": "SEA",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c395464-9dc2-4ed1-8c0b-812a09d801b9/?format=api"
        }
    ]
}