GET /api/bet_types/8bc7edd6-f220-4dbd-a68c-5ad52efd7b34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bc7edd6-f220-4dbd-a68c-5ad52efd7b34",
    "match": "https://api-prod.gambitprofit.com/api/matches/c14802fc-8829-4448-9665-e019b3d92143/?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": "NC State",
                "amount": 7469.0
            },
            {
                "team": "Texas Tech",
                "amount": 2531.0
            }
        ],
        "expected_reward_tokens": 9186.87,
        "profit_sb": 186.87,
        "profit_sb_percentage": 2.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a6b8a84-fe20-442a-9690-c9c51f2f6329",
            "gambit_id": "77522e7b-e91d-4d16-be76-fff734f1f428",
            "last_updated": "2022-09-18T13:12:31.579936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.23000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bc7edd6-f220-4dbd-a68c-5ad52efd7b34/?format=api"
        },
        {
            "id": "a4042ece-b940-4fa1-b5ab-32af36b59a61",
            "gambit_id": "6cf06b9d-c66b-4415-b622-3e8951f92b8b",
            "last_updated": "2022-09-18T13:12:31.581071-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "3.63000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bc7edd6-f220-4dbd-a68c-5ad52efd7b34/?format=api"
        }
    ]
}