GET /api/bet_types/d25ef471-3149-46e2-b6e4-3b5a54f3fb41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d25ef471-3149-46e2-b6e4-3b5a54f3fb41",
    "match": "https://api-prod.gambitprofit.com/api/matches/c48804ee-efad-4d5d-be22-3f6a6669fc9e/?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": "Golden Guardians",
                "amount": 5571.0
            },
            {
                "team": "Immortals",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 8857.89,
        "profit_sb": -142.11,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2450679-f677-4da8-923d-d9b415b9f0bd",
            "gambit_id": "1b1a89fa-d1d6-4ff4-9267-79e9e2ac86d8",
            "last_updated": "2022-08-08T12:21:53.598138-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden Guardians",
            "reward": "1.59000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d25ef471-3149-46e2-b6e4-3b5a54f3fb41/?format=api"
        },
        {
            "id": "01a6f792-fffa-4623-a7f0-96b5a5eef7ce",
            "gambit_id": "1669fbd6-d31e-407e-bd5a-5802d79b7768",
            "last_updated": "2022-08-08T12:21:53.598692-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Immortals",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d25ef471-3149-46e2-b6e4-3b5a54f3fb41/?format=api"
        }
    ]
}