GET /api/bet_types/4ba64d11-621d-47a1-b5c8-a2276f9919dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ba64d11-621d-47a1-b5c8-a2276f9919dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/78839af6-3908-42ba-b667-b09ada29eda5/?format=api",
    "name": "FreeForm",
    "created_at": "2023-05-31T11:47:18.383521-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "12eac3a5-23eb-4556-bf0f-f04dd5d71937",
            "gambit_id": "7f3c2eac-bece-49df-940a-bfef620fda80",
            "last_updated": "2023-06-01T10:22:17.017507-04:00",
            "created_at": "2023-05-31T11:47:18.385712-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ba64d11-621d-47a1-b5c8-a2276f9919dd/?format=api"
        },
        {
            "id": "5f4f1d71-d7a3-4d9e-8137-ed6e06b2442a",
            "gambit_id": "ff683449-0aae-4638-a18d-048d772890c6",
            "last_updated": "2023-06-01T10:22:17.020588-04:00",
            "created_at": "2023-05-31T11:47:18.388068-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ba64d11-621d-47a1-b5c8-a2276f9919dd/?format=api"
        }
    ]
}