GET /api/bet_types/28ae1b67-b31e-4148-9805-930043e397d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28ae1b67-b31e-4148-9805-930043e397d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/808a76f3-0521-4464-8acc-77589c5bdeaf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-05T10:57:15.162658-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": "TOR (A Manoah)",
                "amount": 5234.0
            },
            {
                "team": "HOU (B Bielak)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d9fcda9-96d0-4bcb-8b30-b45eaccedb97",
            "gambit_id": "b78fcbe3-7d42-48c3-a8ce-c760a3749617",
            "last_updated": "2023-06-06T15:57:21.890434-04:00",
            "created_at": "2023-06-05T10:57:15.167559-04:00",
            "name": "TOR (A Manoah)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28ae1b67-b31e-4148-9805-930043e397d0/?format=api"
        },
        {
            "id": "17cc8483-e9db-4c22-b28f-7e47a8c5ae2e",
            "gambit_id": "831a85d4-04b2-4551-b64b-f4ab07086919",
            "last_updated": "2023-06-06T15:57:21.888143-04:00",
            "created_at": "2023-06-05T10:57:15.165368-04:00",
            "name": "HOU (B Bielak)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28ae1b67-b31e-4148-9805-930043e397d0/?format=api"
        }
    ]
}