GET /api/bet_types/29eded3a-4827-4ca7-b2cb-ba7270d1c8ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29eded3a-4827-4ca7-b2cb-ba7270d1c8ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/343a43f6-0432-432f-8c3e-630d96eafccd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-06T09:23:26.286088-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": "Dallas Stars",
                "amount": 6232.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "1008178c-4286-491a-b422-77648d331f03",
            "gambit_id": "361e2ada-a2fb-4b80-849f-76ed9a10eede",
            "last_updated": "2024-01-09T10:13:16.737620-05:00",
            "created_at": "2024-01-06T09:23:26.294278-05:00",
            "name": "Dallas Stars",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29eded3a-4827-4ca7-b2cb-ba7270d1c8ac/?format=api"
        },
        {
            "id": "ca580175-4bc5-4f09-9a93-ffa6aaf524f7",
            "gambit_id": "4a0a95ba-15be-466b-9d96-9b680669f8cf",
            "last_updated": "2024-01-09T10:13:16.734027-05:00",
            "created_at": "2024-01-06T09:23:26.289591-05:00",
            "name": "Nashville Predators",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29eded3a-4827-4ca7-b2cb-ba7270d1c8ac/?format=api"
        }
    ]
}