GET /api/bet_types/9483f421-3c35-4b02-9fb5-994c548cdb33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9483f421-3c35-4b02-9fb5-994c548cdb33",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a6828fa-d155-47b6-81bf-0fbac37631d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-04T09:43:03.595113-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": "NYY (C Schmidt)",
                "amount": 5222.0
            },
            {
                "team": "BAL (K Gibson)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "a49e61b2-dc0c-4d07-8c3b-53f3beedc2f7",
            "gambit_id": "032739e0-3424-4a58-96b7-f68d3bd97d6a",
            "last_updated": "2023-07-05T19:03:30.579485-04:00",
            "created_at": "2023-07-04T09:43:03.599878-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9483f421-3c35-4b02-9fb5-994c548cdb33/?format=api"
        },
        {
            "id": "0151524f-354c-4afc-a70a-bfa7a30f91e8",
            "gambit_id": "4721554a-ee95-41f6-bf32-e2badb4bed77",
            "last_updated": "2023-07-05T19:03:30.576894-04:00",
            "created_at": "2023-07-04T09:43:03.597605-04:00",
            "name": "BAL (K Gibson)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9483f421-3c35-4b02-9fb5-994c548cdb33/?format=api"
        }
    ]
}