GET /api/bet_types/da6b34b2-14bd-42a5-922e-fa67a0ed7e4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da6b34b2-14bd-42a5-922e-fa67a0ed7e4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbc3a389-4449-4eac-b9e3-491927749676/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-10T09:43:10.907049-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": "Philadelphia Eagles",
                "amount": 5688.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "cab03d8d-e94e-4b10-85d1-29ad412066ee",
            "gambit_id": "7c6b5e9d-dfbf-41fc-8582-01f05219969d",
            "last_updated": "2024-01-16T23:03:15.770344-05:00",
            "created_at": "2024-01-10T09:43:10.911001-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da6b34b2-14bd-42a5-922e-fa67a0ed7e4f/?format=api"
        },
        {
            "id": "8a456803-40fa-4b67-bbb8-dcaee8d4173f",
            "gambit_id": "0399032b-a24d-42e3-a814-2f4d757845b9",
            "last_updated": "2024-01-16T23:03:15.774617-05:00",
            "created_at": "2024-01-10T09:43:10.915372-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da6b34b2-14bd-42a5-922e-fa67a0ed7e4f/?format=api"
        }
    ]
}