GET /api/bet_types/d4d5393c-6d7f-470a-8b25-693f3291d1a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4d5393c-6d7f-470a-8b25-693f3291d1a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/536faa83-42f6-422b-bb33-48576606d95d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-26T08:58:22.561659-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": "MIL (A Houser)",
                "amount": 6060.0
            },
            {
                "team": "STL (Z Thompson)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9bcbbd0-d316-4019-bb2d-ebacd257325e",
            "gambit_id": "99137db4-f435-4e42-a759-ccc450867f52",
            "last_updated": "2023-10-03T17:37:55.272425-04:00",
            "created_at": "2023-09-26T08:58:22.570882-04:00",
            "name": "MIL (A Houser)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4d5393c-6d7f-470a-8b25-693f3291d1a1/?format=api"
        },
        {
            "id": "e158d943-3b9b-486c-9d09-18c1760145e1",
            "gambit_id": "9976c91e-4199-4a42-8b20-18b0e638e96e",
            "last_updated": "2023-10-03T17:37:55.266473-04:00",
            "created_at": "2023-09-26T08:58:22.565335-04:00",
            "name": "STL (Z Thompson)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4d5393c-6d7f-470a-8b25-693f3291d1a1/?format=api"
        }
    ]
}