GET /api/bet_types/61a34b77-299d-4542-92b4-a07104ee37dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61a34b77-299d-4542-92b4-a07104ee37dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d85f502-79cf-44c7-b5e1-c36ebc15924d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:02.819067-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": "Arizona Coyotes",
                "amount": 6100.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "b5025b5b-9e9b-4f37-bf7d-2f37e7711254",
            "gambit_id": "6a73ddff-c1fc-4258-a9a0-931e08e67f2f",
            "last_updated": "2023-03-10T10:26:55.486345-05:00",
            "created_at": "2023-03-09T09:02:02.820347-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a34b77-299d-4542-92b4-a07104ee37dc/?format=api"
        },
        {
            "id": "5e958666-fee9-430d-993d-f66c48cfed47",
            "gambit_id": "f81b87e7-61a4-4ed9-a58d-0a3eb3943f16",
            "last_updated": "2023-03-10T10:26:55.487695-05:00",
            "created_at": "2023-03-09T09:02:02.821791-05:00",
            "name": "Nashville Predators",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a34b77-299d-4542-92b4-a07104ee37dc/?format=api"
        }
    ]
}