GET /api/bet_types/58d5679f-b115-4509-81e0-4ec12d2cfe14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58d5679f-b115-4509-81e0-4ec12d2cfe14",
    "match": "https://api-prod.gambitprofit.com/api/matches/594aba08-f8f9-4967-b800-bfd6746abb11/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-01T10:23:20.427750-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": "Michael Morales",
                "amount": 6714.0
            },
            {
                "team": "Max Griffin",
                "amount": 3286.0
            }
        ],
        "expected_reward_tokens": 9265.32,
        "profit_sb": -234.68,
        "profit_sb_percentage": -2.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "987edf6f-19b4-4266-8881-360fab6f88e9",
            "gambit_id": "f98cddba-c55d-4e76-9357-f06289237f13",
            "last_updated": "2023-07-03T10:58:19.153840-04:00",
            "created_at": "2023-07-01T10:23:20.432047-04:00",
            "name": "Michael Morales",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d5679f-b115-4509-81e0-4ec12d2cfe14/?format=api"
        },
        {
            "id": "dc31b6a4-bba7-47d3-8a46-4e173f0ad447",
            "gambit_id": "2eaf516b-d0f9-4589-bc98-f874085d21f0",
            "last_updated": "2023-07-03T10:58:19.151683-04:00",
            "created_at": "2023-07-01T10:23:20.429987-04:00",
            "name": "Max Griffin",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d5679f-b115-4509-81e0-4ec12d2cfe14/?format=api"
        }
    ]
}