GET /api/bet_types/e7e0ce35-6d63-44b3-a76b-7ee403067b86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7e0ce35-6d63-44b3-a76b-7ee403067b86",
    "match": "https://api-prod.gambitprofit.com/api/matches/de88e93a-69a4-48e9-9910-de2a3c7e07cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-25T09:46:54.395198-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": "Portland Trail Blazers",
                "amount": 6025.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "48df52ae-9a6b-454a-9a65-346906754fa0",
            "gambit_id": "ea2b81bd-beb9-4ee4-a670-5e965426a542",
            "last_updated": "2023-01-26T10:57:01.875399-05:00",
            "created_at": "2023-01-25T09:46:54.396351-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e0ce35-6d63-44b3-a76b-7ee403067b86/?format=api"
        },
        {
            "id": "e6a3afe5-435e-49e5-8463-acb700179f1c",
            "gambit_id": "069d5513-16a9-4fed-b06e-6ad99ba9d3bc",
            "last_updated": "2023-01-26T10:57:01.876569-05:00",
            "created_at": "2023-01-25T09:46:54.397581-05:00",
            "name": "Utah Jazz",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e0ce35-6d63-44b3-a76b-7ee403067b86/?format=api"
        }
    ]
}