GET /api/bet_types/d8c85558-3217-4c8a-af2f-cb4943dc1a79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8c85558-3217-4c8a-af2f-cb4943dc1a79",
    "match": "https://api-prod.gambitprofit.com/api/matches/33432039-966f-4526-9244-703841d0d608/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:53.529060-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": "Nashville Predators",
                "amount": 5419.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "58937d3a-de5b-453c-acee-177940e96ccd",
            "gambit_id": "2a94988a-fbbe-4a06-b4ea-9f187dbb538d",
            "last_updated": "2023-02-12T10:06:59.887948-05:00",
            "created_at": "2023-02-11T09:01:53.531513-05:00",
            "name": "Nashville Predators",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c85558-3217-4c8a-af2f-cb4943dc1a79/?format=api"
        },
        {
            "id": "88a9cdde-3881-4d20-a182-c143e594bdee",
            "gambit_id": "c6fd4e43-8ceb-455f-b488-247d6c9d2ff9",
            "last_updated": "2023-02-12T10:06:59.886780-05:00",
            "created_at": "2023-02-11T09:01:53.530263-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c85558-3217-4c8a-af2f-cb4943dc1a79/?format=api"
        }
    ]
}