GET /api/bet_types/6c1dc42f-4108-4093-a7b9-53e6a7074aea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c1dc42f-4108-4093-a7b9-53e6a7074aea",
    "match": "https://api-prod.gambitprofit.com/api/matches/dac78d70-6d34-4ee8-bdfe-fc617f0e2eab/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-12T10:17:06.095705-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": "Anaheim Ducks",
                "amount": 6308.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "800a5e59-c669-45ae-8778-f6ab667149ab",
            "gambit_id": "70650c66-0abe-4c81-927d-57fa45560077",
            "last_updated": "2023-03-13T19:12:11.231528-04:00",
            "created_at": "2023-03-12T10:17:06.097259-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c1dc42f-4108-4093-a7b9-53e6a7074aea/?format=api"
        },
        {
            "id": "57f8bf04-d52a-4bcb-b373-592d23565fd0",
            "gambit_id": "c548736b-ce89-40f7-94b8-9a95a466edf2",
            "last_updated": "2023-03-13T19:12:11.233012-04:00",
            "created_at": "2023-03-12T10:17:06.099105-04:00",
            "name": "Nashville Predators",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c1dc42f-4108-4093-a7b9-53e6a7074aea/?format=api"
        }
    ]
}