GET /api/bet_types/b2122889-b7b0-4d48-bf53-a869d4031086/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2122889-b7b0-4d48-bf53-a869d4031086",
    "match": "https://api-prod.gambitprofit.com/api/matches/4757f0f4-6cbf-46f3-a9f7-d2ca2b717f96/?format=api",
    "name": "FreeForm",
    "created_at": "2023-12-20T10:03:20.352093-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": "9b84afc3-1358-4108-bd03-886e87b02ac2",
            "gambit_id": "63cc6a14-8272-4ce7-9910-3786a0bfcef9",
            "last_updated": "2023-12-23T14:33:30.614090-05:00",
            "created_at": "2023-12-20T10:03:20.356691-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2122889-b7b0-4d48-bf53-a869d4031086/?format=api"
        },
        {
            "id": "6c8d9eea-d325-4227-9550-88d37fbd48b3",
            "gambit_id": "48c2ba84-ef81-4a73-b636-230a9016cc99",
            "last_updated": "2023-12-23T14:33:30.618636-05:00",
            "created_at": "2023-12-20T10:03:20.364686-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2122889-b7b0-4d48-bf53-a869d4031086/?format=api"
        }
    ]
}