GET /api/bet_types/f283a344-1a30-4485-b333-35cc85069d18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f283a344-1a30-4485-b333-35cc85069d18",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea75df4d-126a-44b5-ab73-88db44054d94/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-03T09:37:58.924054-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": "Sacramento Kings",
                "amount": 6449.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce82d220-94ff-4d50-9e71-9fba3af98c17",
            "gambit_id": "3cd6bd74-4650-48ba-adc2-34bcf07b66af",
            "last_updated": "2024-01-05T13:43:29.492900-05:00",
            "created_at": "2024-01-03T09:37:58.929065-05:00",
            "name": "Sacramento Kings",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f283a344-1a30-4485-b333-35cc85069d18/?format=api"
        },
        {
            "id": "9aa3045c-3a53-42db-9c3c-2ac54426ec46",
            "gambit_id": "5d0c5d68-97d4-497d-89e4-6bf00f9c4c1d",
            "last_updated": "2024-01-05T13:43:29.496321-05:00",
            "created_at": "2024-01-03T09:37:58.934605-05:00",
            "name": "Orlando Magic",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f283a344-1a30-4485-b333-35cc85069d18/?format=api"
        }
    ]
}