GET /api/bet_types/3ecc7fad-662a-4dbd-8c80-e5c53e41b6eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ecc7fad-662a-4dbd-8c80-e5c53e41b6eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccdedd60-dd24-47d5-9c68-90a905e11124/?format=api",
    "name": "FreeForm",
    "created_at": "2023-09-27T09:23:00.038443-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": "2ff2ebe8-381a-48b0-b665-1fa04eb09c76",
            "gambit_id": "62d790b2-dda1-4f9e-9933-06802efa8347",
            "last_updated": "2023-09-28T18:58:19.729276-04:00",
            "created_at": "2023-09-27T09:23:00.042511-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ecc7fad-662a-4dbd-8c80-e5c53e41b6eb/?format=api"
        },
        {
            "id": "57870503-8a5e-47a5-8e58-d64f22de261e",
            "gambit_id": "76327207-7ef1-41c2-a652-2728939d022d",
            "last_updated": "2023-09-28T18:58:19.733863-04:00",
            "created_at": "2023-09-27T09:23:00.047206-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ecc7fad-662a-4dbd-8c80-e5c53e41b6eb/?format=api"
        }
    ]
}