GET /api/bet_types/a93516cc-ef3b-47fd-b0ee-21d2c83b9ca9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a93516cc-ef3b-47fd-b0ee-21d2c83b9ca9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7871a4d8-f5d6-4356-b932-dd474f48e443/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-03T12:12:08.737269-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": "PHI",
                "amount": 6308.0
            },
            {
                "team": "LOS",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "1a8d513f-9273-495f-bed1-49bab4f5053f",
            "gambit_id": "d766a33f-6ab6-4cfe-8a9f-43f9ea3aefde",
            "last_updated": "2023-05-04T10:57:19.496045-04:00",
            "created_at": "2023-05-03T12:12:08.740041-04:00",
            "name": "PHI",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a93516cc-ef3b-47fd-b0ee-21d2c83b9ca9/?format=api"
        },
        {
            "id": "39487d70-61ca-4abd-adfa-88cc76bf16a6",
            "gambit_id": "9985bf67-716b-488d-83fc-c12099d5f1df",
            "last_updated": "2023-05-04T10:57:19.494777-04:00",
            "created_at": "2023-05-03T12:12:08.738603-04:00",
            "name": "LOS",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a93516cc-ef3b-47fd-b0ee-21d2c83b9ca9/?format=api"
        }
    ]
}