GET /api/bet_types/d37415e1-c85e-4970-ae2d-e85608a422e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d37415e1-c85e-4970-ae2d-e85608a422e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce6af44e-b8f9-4f03-b004-085810ebb6a2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-13T09:11:48.483847-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": "Minnesota Timberwolves",
                "amount": 6324.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9042.96,
        "profit_sb": 42.96,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "74aae238-444a-4475-a087-714aa0e12752",
            "gambit_id": "800be0b2-4d1a-4b20-b1ee-58d2394bd35b",
            "last_updated": "2023-01-14T11:47:19.026522-05:00",
            "created_at": "2023-01-13T09:11:48.484992-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.43000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37415e1-c85e-4970-ae2d-e85608a422e3/?format=api"
        },
        {
            "id": "47d66c97-4bae-405b-925a-3e4a1a83e43f",
            "gambit_id": "bb6a58c4-4642-4086-a06e-dd72a4c43bf4",
            "last_updated": "2023-01-14T11:47:19.029710-05:00",
            "created_at": "2023-01-13T09:11:48.486170-05:00",
            "name": "Phoenix Suns",
            "reward": "2.46000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37415e1-c85e-4970-ae2d-e85608a422e3/?format=api"
        }
    ]
}