GET /api/bet_types/29c1f3cf-206a-4a91-befe-000fb5067035/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29c1f3cf-206a-4a91-befe-000fb5067035",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b7a3aff-5edb-416f-9a39-5a47b47d78bf/?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": "Green Bay Packers",
                "amount": 7803.0
            },
            {
                "team": "Chicago Bears",
                "amount": 2197.0
            }
        ],
        "expected_reward_tokens": 9205.43,
        "profit_sb": 205.43,
        "profit_sb_percentage": 2.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "a080b3de-7015-473a-a9bf-8e3bdf8ecbe0",
            "gambit_id": "cd4010fa-e7f8-4ed5-9505-bc9453e8aebf",
            "last_updated": "2022-09-19T10:16:54.372449-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.18000",
            "odds": "1.20830",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29c1f3cf-206a-4a91-befe-000fb5067035/?format=api"
        },
        {
            "id": "ddf6254e-db9f-4ae3-bfe3-cab9ac91937a",
            "gambit_id": "6e32caa9-4862-46e7-ac3e-e4d8eaf92a94",
            "last_updated": "2022-09-19T10:16:54.373597-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "4.19000",
            "odds": "4.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29c1f3cf-206a-4a91-befe-000fb5067035/?format=api"
        }
    ]
}