GET /api/bet_types/06aa6d5f-831d-4513-a177-0a4bc8a7e14f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06aa6d5f-831d-4513-a177-0a4bc8a7e14f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c09968bd-2759-421f-9e5a-3616e595c324/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:15.585187-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": "BOS (N Pivetta)",
                "amount": 5787.0
            },
            {
                "team": "PIT (R Contreras)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d397c56-83d9-465a-a304-18b8c89a157b",
            "gambit_id": "7bb3d01d-8c44-4b86-ab45-d1f1d2dd5936",
            "last_updated": "2023-04-05T10:12:09.909722-04:00",
            "created_at": "2023-04-04T09:32:15.586652-04:00",
            "name": "BOS (N Pivetta)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06aa6d5f-831d-4513-a177-0a4bc8a7e14f/?format=api"
        },
        {
            "id": "d29cd30e-33da-406c-b433-ec38dd69611d",
            "gambit_id": "32430af8-d250-4ea5-a600-cff9350b8588",
            "last_updated": "2023-04-05T10:12:09.911838-04:00",
            "created_at": "2023-04-04T09:32:15.588140-04:00",
            "name": "PIT (R Contreras)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06aa6d5f-831d-4513-a177-0a4bc8a7e14f/?format=api"
        }
    ]
}