GET /api/bet_types/8568581f-7ff8-4e9b-9c8f-d5a0fc894588/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8568581f-7ff8-4e9b-9c8f-d5a0fc894588",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b40fd5d-3719-4ad7-bc19-ef8c6cd93b52/?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": "Brooklyn Nets",
                "amount": 7029.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 2971.0
            }
        ],
        "expected_reward_tokens": 9207.99,
        "profit_sb": 207.99,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "21add9f6-bf47-4595-ae98-631de806a710",
            "gambit_id": "c578b097-0817-4a8f-b16a-b9a1400c272d",
            "last_updated": "2022-12-10T18:36:58.508291-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8568581f-7ff8-4e9b-9c8f-d5a0fc894588/?format=api"
        },
        {
            "id": "5dd9f93b-3424-4753-94e8-da0d2a87fd49",
            "gambit_id": "5fa7d474-7ad8-4d42-a349-3e0e90bbc5e3",
            "last_updated": "2022-12-10T18:36:58.507259-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "3.10000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8568581f-7ff8-4e9b-9c8f-d5a0fc894588/?format=api"
        }
    ]
}