GET /api/bet_types/a0ee501f-b3b6-48ec-9108-a507b9317212/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0ee501f-b3b6-48ec-9108-a507b9317212",
    "match": "https://api-prod.gambitprofit.com/api/matches/81581d8b-5871-4157-85af-ca59b24064f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T15:17:00.230319-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": "Chris Garcia",
                "amount": 7820.0
            },
            {
                "team": "Philip Carrol",
                "amount": 2180.0
            }
        ],
        "expected_reward_tokens": 9461.2,
        "profit_sb": -38.8,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e52c943-ef52-4ef4-a400-5c9f6151c328",
            "gambit_id": "16240610-72c8-4fb8-b6b5-269d1d239bf0",
            "last_updated": "2023-04-22T16:12:00.686899-04:00",
            "created_at": "2023-04-20T15:17:00.235799-04:00",
            "name": "Chris Garcia",
            "reward": "1.21000",
            "odds": "1.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ee501f-b3b6-48ec-9108-a507b9317212/?format=api"
        },
        {
            "id": "dbfd4b6e-23fa-4ff8-a437-d155fe05e7fa",
            "gambit_id": "c97135e4-32e3-4b95-8dbd-19fd1b6e212c",
            "last_updated": "2023-04-22T16:12:00.684309-04:00",
            "created_at": "2023-04-20T15:17:00.233191-04:00",
            "name": "Philip Carrol",
            "reward": "4.34000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ee501f-b3b6-48ec-9108-a507b9317212/?format=api"
        }
    ]
}