GET /api/bet_types/53f8e442-814c-4b1e-bab7-f53195666329/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53f8e442-814c-4b1e-bab7-f53195666329",
    "match": "https://api-prod.gambitprofit.com/api/matches/f193dcb3-4a64-401a-a366-957a47500fc3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T09:48:14.267630-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": "TOR (Y Kikuchi)",
                "amount": 5337.0
            },
            {
                "team": "MIN (S Gray)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "abfe47ce-7960-4af1-97c3-b48eaf4c80e8",
            "gambit_id": "4e203975-fc7b-41a4-826d-a419205d446a",
            "last_updated": "2023-06-10T17:03:16.277027-04:00",
            "created_at": "2023-06-09T09:48:14.271511-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53f8e442-814c-4b1e-bab7-f53195666329/?format=api"
        },
        {
            "id": "48854440-f576-4ecf-ab33-6b3eb4eaf8e6",
            "gambit_id": "605062cb-54ef-495b-ba61-ec5c9568d90f",
            "last_updated": "2023-06-10T17:03:16.275135-04:00",
            "created_at": "2023-06-09T09:48:14.269494-04:00",
            "name": "MIN (S Gray)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53f8e442-814c-4b1e-bab7-f53195666329/?format=api"
        }
    ]
}