GET /api/bet_types/5b094da8-609a-4980-b873-c1f6bf9f53df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b094da8-609a-4980-b873-c1f6bf9f53df",
    "match": "https://api-prod.gambitprofit.com/api/matches/be9b31e2-a228-4a96-a6b1-ea18f0971abc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:06.232523-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": "Phoenix Suns",
                "amount": 6475.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "b296b30e-718b-4cbe-80ab-124a932e3564",
            "gambit_id": "4ba6f4d9-ff15-4034-9182-7e68a25e10bb",
            "last_updated": "2023-01-30T17:46:58.234842-05:00",
            "created_at": "2023-01-28T09:42:06.235357-05:00",
            "name": "Phoenix Suns",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b094da8-609a-4980-b873-c1f6bf9f53df/?format=api"
        },
        {
            "id": "1c6f2eb8-4e4e-4dac-b6b8-7945c3f485dc",
            "gambit_id": "4ea85be2-714a-4302-8f11-37efb6ee26a0",
            "last_updated": "2023-01-30T17:46:58.233686-05:00",
            "created_at": "2023-01-28T09:42:06.233825-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b094da8-609a-4980-b873-c1f6bf9f53df/?format=api"
        }
    ]
}