GET /api/bet_types/eadd50af-0d0f-40fe-8667-c3d99864a3b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eadd50af-0d0f-40fe-8667-c3d99864a3b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea376965-c7a9-4d4a-8e64-dbfc730f5ce6/?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": "Team Vitality",
                "amount": 6683.0
            },
            {
                "team": "Outsiders",
                "amount": 3317.0
            }
        ],
        "expected_reward_tokens": 8821.56,
        "profit_sb": -178.44,
        "profit_sb_percentage": -1.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "f87634a5-e218-47f9-97ef-0b3e58385dd0",
            "gambit_id": "da30d551-7eae-4405-95da-819405baafd6",
            "last_updated": "2022-10-03T12:02:07.373693-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Vitality",
            "reward": "1.32000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eadd50af-0d0f-40fe-8667-c3d99864a3b1/?format=api"
        },
        {
            "id": "6d9a18a4-5184-4fe8-bd9a-5aca4af1e6f7",
            "gambit_id": "b238f46e-3600-410f-a409-a6ccd770499e",
            "last_updated": "2022-10-03T12:02:07.372698-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Outsiders",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eadd50af-0d0f-40fe-8667-c3d99864a3b1/?format=api"
        }
    ]
}