GET /api/bet_types/29d08768-6a84-41af-b460-41fea1dd1696/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29d08768-6a84-41af-b460-41fea1dd1696",
    "match": "https://api-prod.gambitprofit.com/api/matches/64f9cc9a-ffe6-4507-8bc0-bd4e4a7decc0/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Wyoming",
                "amount": 6025.0
            },
            {
                "team": "New Mexico",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e22264c-762f-4efa-b12f-51e196d684a3",
            "gambit_id": "eccf241b-cf74-425c-93ad-033ac512c8da",
            "last_updated": "2022-10-11T11:22:05.561498-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d08768-6a84-41af-b460-41fea1dd1696/?format=api"
        },
        {
            "id": "8d9a99df-7a33-4ba4-ae6f-7f4eb7887486",
            "gambit_id": "23cbe73e-9235-40ac-a2fd-edc45acc0772",
            "last_updated": "2022-10-11T11:22:05.560493-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d08768-6a84-41af-b460-41fea1dd1696/?format=api"
        }
    ]
}