GET /api/bet_types/bfb718c0-0736-4850-ac0b-a86cc97e14d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfb718c0-0736-4850-ac0b-a86cc97e14d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f844c0da-f07a-4365-9890-d4a4810fb692/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Tennessee",
                "amount": 5521.0
            },
            {
                "team": "LSU",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8afcf1c6-ffc2-4b6a-a6d3-75e6b399e1f2",
            "gambit_id": "37b6886b-e481-4459-9062-65166dfcfd58",
            "last_updated": "2022-10-11T10:47:29.164886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb718c0-0736-4850-ac0b-a86cc97e14d8/?format=api"
        },
        {
            "id": "118291a7-fe3d-4d8b-b815-ab95981d1da7",
            "gambit_id": "9e61c74d-68af-4b83-80c8-28fc898d1360",
            "last_updated": "2022-10-11T10:47:29.163954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb718c0-0736-4850-ac0b-a86cc97e14d8/?format=api"
        }
    ]
}