GET /api/bet_types/ba187ee4-41d7-4bd3-b01d-3cf842a7fecb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba187ee4-41d7-4bd3-b01d-3cf842a7fecb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5ac7398-4919-40d8-92ae-b3f5c3922d39/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-18T13:13:16.002882-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": "NYY",
                "amount": 5773.0
            },
            {
                "team": "BOS",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d54e62b-af4c-4fb1-b84a-65cb6b571b7e",
            "gambit_id": "45b8565e-4d29-4e16-8cd9-7e9d8869ebc8",
            "last_updated": "2023-08-21T10:18:08.084715-04:00",
            "created_at": "2023-08-18T13:13:16.015172-04:00",
            "name": "NYY",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba187ee4-41d7-4bd3-b01d-3cf842a7fecb/?format=api"
        },
        {
            "id": "1ffbec57-74e6-45dc-9214-17af966884e4",
            "gambit_id": "7e1471a1-ade2-44a2-b57b-45bb64d9568f",
            "last_updated": "2023-08-21T10:18:08.080199-04:00",
            "created_at": "2023-08-18T13:13:16.008779-04:00",
            "name": "BOS",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba187ee4-41d7-4bd3-b01d-3cf842a7fecb/?format=api"
        }
    ]
}