GET /api/bet_types/f48369e5-c44f-4df4-aab8-daa78099eacf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f48369e5-c44f-4df4-aab8-daa78099eacf",
    "match": "https://api-prod.gambitprofit.com/api/matches/39b28337-8e9b-4079-958d-3078e30c04d9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T13:03:04.454922-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": "Leo Bercier",
                "amount": 6986.0
            },
            {
                "team": "Will Sears",
                "amount": 3014.0
            }
        ],
        "expected_reward_tokens": 8800.88,
        "profit_sb": -699.12,
        "profit_sb_percentage": -7.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0dc779c-06e2-453e-8d42-b2d0aa647d2c",
            "gambit_id": "dbf9ad55-d53b-4b93-9e69-e6502649e191",
            "last_updated": "2023-06-11T10:13:31.929371-04:00",
            "created_at": "2023-06-09T13:03:04.456979-04:00",
            "name": "Leo Bercier",
            "reward": "1.26000",
            "odds": "1.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f48369e5-c44f-4df4-aab8-daa78099eacf/?format=api"
        },
        {
            "id": "757c9df5-2bd6-46c9-8858-4f2cb8e3ef45",
            "gambit_id": "915b36f4-c467-485a-b3ce-a814d0b08696",
            "last_updated": "2023-06-11T10:13:31.931847-04:00",
            "created_at": "2023-06-09T13:03:04.459066-04:00",
            "name": "Will Sears",
            "reward": "2.92000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f48369e5-c44f-4df4-aab8-daa78099eacf/?format=api"
        }
    ]
}