GET /api/bet_types/4d70ed68-380e-4bb2-8779-737eb1d44fb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d70ed68-380e-4bb2-8779-737eb1d44fb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/347e3de2-8d9e-482c-b375-95496cb12c71/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-26T09:33:17.774804-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": "Milwaukee Bucks",
                "amount": 6554.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "696c70c1-282e-47e4-b100-1de3a7aae308",
            "gambit_id": "d4683ac5-7c54-4fe9-9da0-2fbbcb8cbd31",
            "last_updated": "2024-01-27T10:53:04.049479-05:00",
            "created_at": "2024-01-26T09:33:17.783166-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d70ed68-380e-4bb2-8779-737eb1d44fb8/?format=api"
        },
        {
            "id": "de699a6b-e1ec-42e1-b847-d43891bc72dc",
            "gambit_id": "e25cf0df-3a72-44df-a776-029d035ca3d1",
            "last_updated": "2024-01-27T10:53:04.046246-05:00",
            "created_at": "2024-01-26T09:33:17.779308-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d70ed68-380e-4bb2-8779-737eb1d44fb8/?format=api"
        }
    ]
}