GET /api/bet_types/d57c101d-6508-41fb-91ad-e6d6ca86f86d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d57c101d-6508-41fb-91ad-e6d6ca86f86d",
    "match": "https://api-prod.gambitprofit.com/api/matches/46fcbeff-f825-4ced-bdfa-c81cba55bbe6/?format=api",
    "name": "FreeForm",
    "created_at": "2023-10-11T09:07:58.800097-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": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3cdbfd9-014c-484c-9726-541ea42e82ee",
            "gambit_id": "4b865190-304d-4fe0-ba6a-c68515e4823f",
            "last_updated": "2023-10-12T11:33:07.556622-04:00",
            "created_at": "2023-10-11T09:07:58.807140-04:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d57c101d-6508-41fb-91ad-e6d6ca86f86d/?format=api"
        },
        {
            "id": "9c2c36c6-8a7b-4e34-9f0c-1ca7760fe167",
            "gambit_id": "e92e89b4-c9ff-43ad-a567-b351742e4402",
            "last_updated": "2023-10-12T11:33:07.559846-04:00",
            "created_at": "2023-10-11T09:07:58.813858-04:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d57c101d-6508-41fb-91ad-e6d6ca86f86d/?format=api"
        }
    ]
}