GET /api/bet_types/951940f5-30e3-4245-91b0-94ef82e86bb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "951940f5-30e3-4245-91b0-94ef82e86bb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b5dc5fa-fa02-40ee-a701-b7dfb1da9fa8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-20T05:38:17.641035-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": "Anaheim Ducks",
                "amount": 5423.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1bce2f96-14cf-40b8-b89d-d64815c2e1a0",
            "gambit_id": "0891acb4-df48-4a22-9adc-672adfdad6f2",
            "last_updated": "2024-01-23T20:23:21.400615-05:00",
            "created_at": "2024-01-20T05:38:17.645184-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/951940f5-30e3-4245-91b0-94ef82e86bb2/?format=api"
        },
        {
            "id": "17ab257e-70dd-4d22-a333-25411f0b9c03",
            "gambit_id": "a092729f-1de5-4a41-baa2-262f07e0fd0b",
            "last_updated": "2024-01-23T20:23:21.403797-05:00",
            "created_at": "2024-01-20T05:38:17.649358-05:00",
            "name": "San Jose Sharks",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/951940f5-30e3-4245-91b0-94ef82e86bb2/?format=api"
        }
    ]
}