GET /api/bet_types/e1014c2c-f00f-46af-a358-b26e378fb96e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1014c2c-f00f-46af-a358-b26e378fb96e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d720167-a0c5-4628-a93c-fc9703ed2738/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-15T08:23:08.120805-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": "PHI (A Nola)",
                "amount": 5527.0
            },
            {
                "team": "ARI (R Nelson)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "0400c37d-51ae-498a-83d0-eb50869f3e0c",
            "gambit_id": "41c81073-d330-4fe1-9deb-72b505ffa638",
            "last_updated": "2023-06-16T10:03:12.483588-04:00",
            "created_at": "2023-06-15T08:23:08.123767-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1014c2c-f00f-46af-a358-b26e378fb96e/?format=api"
        },
        {
            "id": "be718313-d647-4ce6-86a8-81f2ab845083",
            "gambit_id": "3eba2b9c-594b-44ff-ad8e-57d2b3722c6b",
            "last_updated": "2023-06-16T10:03:12.486299-04:00",
            "created_at": "2023-06-15T08:23:08.126617-04:00",
            "name": "ARI (R Nelson)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1014c2c-f00f-46af-a358-b26e378fb96e/?format=api"
        }
    ]
}