GET /api/bet_types/f24926d1-b5bb-4ec8-b91d-093adca478eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f24926d1-b5bb-4ec8-b91d-093adca478eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bdfe897-1bbf-43a9-bc72-d574d316a1a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:07.244274-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": "Atlanta Hawks",
                "amount": 6010.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "4fbe0c8a-4525-4a86-b641-c9636098a5c9",
            "gambit_id": "e541f674-a0da-412b-95f5-4bc77ad01371",
            "last_updated": "2023-10-26T10:48:12.904525-04:00",
            "created_at": "2023-10-25T09:13:07.248289-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f24926d1-b5bb-4ec8-b91d-093adca478eb/?format=api"
        },
        {
            "id": "589bd919-5df3-4adb-9fd1-b96087f47cf6",
            "gambit_id": "fde51c60-119f-4da0-b714-6c5a0726f104",
            "last_updated": "2023-10-26T10:48:12.909229-04:00",
            "created_at": "2023-10-25T09:13:07.252654-04:00",
            "name": "Charlotte Hornets",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f24926d1-b5bb-4ec8-b91d-093adca478eb/?format=api"
        }
    ]
}