GET /api/bet_types/f7608e53-f1fa-4427-8d7f-cda1e55ba1d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7608e53-f1fa-4427-8d7f-cda1e55ba1d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/1385da6d-789a-48f7-b66c-c9baff0039b6/?format=api",
    "name": "FreeForm",
    "created_at": "2023-12-18T09:53:19.517052-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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "50b23c8d-2a3a-4ab2-8bb1-91acd2f4ec1d",
            "gambit_id": "a91bc398-ea38-42b7-a998-1db507ed966b",
            "last_updated": "2023-12-19T21:08:22.336482-05:00",
            "created_at": "2023-12-18T09:53:19.521038-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7608e53-f1fa-4427-8d7f-cda1e55ba1d5/?format=api"
        },
        {
            "id": "cd09db2b-0067-4cae-81bd-d58e25545d3d",
            "gambit_id": "5bf3e53b-bb54-42ef-9e7c-dfbd8bac3278",
            "last_updated": "2023-12-19T21:08:22.339770-05:00",
            "created_at": "2023-12-18T09:53:19.524926-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7608e53-f1fa-4427-8d7f-cda1e55ba1d5/?format=api"
        }
    ]
}