GET /api/bet_types/123e5468-f160-4f18-9c0f-6a9f4f5cc83c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "123e5468-f160-4f18-9c0f-6a9f4f5cc83c",
    "match": "https://api-prod.gambitprofit.com/api/matches/03395cc7-904b-4d78-8b84-710ad3675aa7/?format=api",
    "name": "FreeForm",
    "created_at": "2023-12-06T09:13:09.090569-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": "ab110c5b-4a9d-44cc-9c56-e6fcca5581ab",
            "gambit_id": "de50577a-c3ed-401e-9fdf-b65cccffd100",
            "last_updated": "2023-12-07T21:58:15.609583-05:00",
            "created_at": "2023-12-06T09:13:09.094497-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/123e5468-f160-4f18-9c0f-6a9f4f5cc83c/?format=api"
        },
        {
            "id": "56fb2916-2352-44d1-b274-e0576d6b0d02",
            "gambit_id": "6fcc88d2-3010-469f-97d9-30c541a2d278",
            "last_updated": "2023-12-07T21:58:15.623261-05:00",
            "created_at": "2023-12-06T09:13:09.099619-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/123e5468-f160-4f18-9c0f-6a9f4f5cc83c/?format=api"
        }
    ]
}