GET /api/bet_types/36628d6c-59ab-4ded-b545-898ae4037255/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36628d6c-59ab-4ded-b545-898ae4037255",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3f85c27-cb3b-477e-a180-acc3d17b7ed5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-03T09:27:59.907146-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": "ARI",
                "amount": 5602.0
            },
            {
                "team": "MIL",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9a63ec0-67ac-4a49-af89-5647de91c05d",
            "gambit_id": "c93e1b68-f4d8-4848-bb66-a31bc7c9ea9b",
            "last_updated": "2023-10-04T10:03:18.844298-04:00",
            "created_at": "2023-10-03T09:27:59.911465-04:00",
            "name": "ARI",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36628d6c-59ab-4ded-b545-898ae4037255/?format=api"
        },
        {
            "id": "1a4e70dc-3662-49fe-94f6-e4fcaf1ec493",
            "gambit_id": "9d6c3d80-a28b-4881-807f-8d5ff51c9e93",
            "last_updated": "2023-10-04T10:03:18.848224-04:00",
            "created_at": "2023-10-03T09:27:59.915795-04:00",
            "name": "MIL",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36628d6c-59ab-4ded-b545-898ae4037255/?format=api"
        }
    ]
}