GET /api/bet_types/5329ee4b-3a1f-403a-9305-92656ef65741/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5329ee4b-3a1f-403a-9305-92656ef65741",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c7e9af7-3404-45f5-bd6a-ac02805c5aa3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:11.008206-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": "Toronto Maple Leafs",
                "amount": 7024.0
            },
            {
                "team": "Boston Bruins",
                "amount": 2976.0
            }
        ],
        "expected_reward_tokens": 9552.64,
        "profit_sb": 52.64,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "2b83dcbf-7018-4bc2-9f3b-be6f7dc5d099",
            "gambit_id": "8450548d-0227-43b6-9e0a-ac04273739b7",
            "last_updated": "2023-12-04T15:33:00.250223-05:00",
            "created_at": "2023-12-02T08:28:11.017634-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5329ee4b-3a1f-403a-9305-92656ef65741/?format=api"
        },
        {
            "id": "12bd3ed9-e81c-4c75-aa8f-24c5cfeb4e4f",
            "gambit_id": "5cdde6c7-59c8-4979-90c0-90f349a24a3a",
            "last_updated": "2023-12-04T15:33:00.253699-05:00",
            "created_at": "2023-12-02T08:28:11.012695-05:00",
            "name": "Boston Bruins",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5329ee4b-3a1f-403a-9305-92656ef65741/?format=api"
        }
    ]
}