GET /api/bet_types/3e6ba2e9-7d47-4efc-9d1f-3b623a5b8ca5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e6ba2e9-7d47-4efc-9d1f-3b623a5b8ca5",
    "match": "https://api-prod.gambitprofit.com/api/matches/847d48aa-0aa8-4e6c-882a-d6f31e177bed/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Michigan",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Michigan",
                "amount": 9189.0
            },
            {
                "team": "Rutgers",
                "amount": 811.0
            }
        ],
        "expected_reward_tokens": 9372.78,
        "profit_sb": 372.78,
        "profit_sb_percentage": 4.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "a68a3980-c6d7-47e0-bd0b-30c2fd058da6",
            "gambit_id": "fc07e33c-9aea-4260-98d4-9eb1be4346c0",
            "last_updated": "2022-11-06T16:13:04.538877-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.02000",
            "odds": "1.02500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e6ba2e9-7d47-4efc-9d1f-3b623a5b8ca5/?format=api"
        },
        {
            "id": "fbbd4c5e-8b2a-41b7-b0da-db7c49f661ac",
            "gambit_id": "80e41841-5021-4186-bc8c-ea69ade7cada",
            "last_updated": "2022-11-06T16:13:04.537736-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "11.56000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e6ba2e9-7d47-4efc-9d1f-3b623a5b8ca5/?format=api"
        }
    ]
}