GET /api/bet_types/58d5a777-0790-4659-9ae3-c3f06608bbe2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58d5a777-0790-4659-9ae3-c3f06608bbe2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7af9533-18a7-4e62-888d-945200cf394b/?format=api",
    "name": "FreeForm",
    "created_at": "2023-12-27T10:33:22.700809-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": "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": "9e7c7355-27aa-4481-a2f1-0c926ccb7f86",
            "gambit_id": "a3425d56-563c-4965-b6a5-78c07caf7f9b",
            "last_updated": "2023-12-30T16:33:18.916362-05:00",
            "created_at": "2023-12-27T10:33:22.705476-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d5a777-0790-4659-9ae3-c3f06608bbe2/?format=api"
        },
        {
            "id": "80dd3367-bb9d-480b-b91e-a88bd3d0c274",
            "gambit_id": "fd1cabb9-22bb-4d4c-b508-d78d2e2b6da6",
            "last_updated": "2023-12-30T16:33:18.919854-05:00",
            "created_at": "2023-12-27T10:33:22.709713-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d5a777-0790-4659-9ae3-c3f06608bbe2/?format=api"
        }
    ]
}