GET /api/bet_types/0434f405-efc6-42a7-b824-0ba3b858f352/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0434f405-efc6-42a7-b824-0ba3b858f352",
    "match": "https://api-prod.gambitprofit.com/api/matches/2649eec8-746a-4b68-9887-649d48e03447/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-12T09:23:01.756339-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": "BOS (K Crawford)",
                "amount": 5490.0
            },
            {
                "team": "NYY (C Rodon)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "00eccced-283f-4508-86f8-bc63dcec07db",
            "gambit_id": "78bd90b2-c732-4395-b64f-26484f021f8a",
            "last_updated": "2023-09-15T16:28:17.050094-04:00",
            "created_at": "2023-09-12T09:23:01.770128-04:00",
            "name": "BOS (K Crawford)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0434f405-efc6-42a7-b824-0ba3b858f352/?format=api"
        },
        {
            "id": "148e4ad7-e374-4235-9aea-d746288534ce",
            "gambit_id": "9d1e6ecd-27a4-441c-8c0c-8d58d6d02d01",
            "last_updated": "2023-09-15T16:28:17.044702-04:00",
            "created_at": "2023-09-12T09:23:01.763456-04:00",
            "name": "NYY (C Rodon)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0434f405-efc6-42a7-b824-0ba3b858f352/?format=api"
        }
    ]
}