GET /api/bet_types/ec108a57-827a-4837-9412-dbbc54240964/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec108a57-827a-4837-9412-dbbc54240964",
    "match": "https://api-prod.gambitprofit.com/api/matches/e874c092-3748-4e40-9141-669678487872/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:21.914411-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": "Minnesota Timberwolves",
                "amount": 6752.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "85f31783-126f-4a6b-82c4-a2432f4bdd13",
            "gambit_id": "d62d377f-68e5-4eb5-9766-cf15a2d83c3f",
            "last_updated": "2023-04-15T15:47:02.555587-04:00",
            "created_at": "2023-04-13T09:32:21.915752-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec108a57-827a-4837-9412-dbbc54240964/?format=api"
        },
        {
            "id": "ef30fe32-a861-41ef-a16c-db8bc8bc4ab5",
            "gambit_id": "69ce7b59-9631-44cb-a6ec-672188714e23",
            "last_updated": "2023-04-15T15:47:02.557068-04:00",
            "created_at": "2023-04-13T09:32:21.917112-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec108a57-827a-4837-9412-dbbc54240964/?format=api"
        }
    ]
}