GET /api/bet_types/23bcea39-3c18-45ff-bcd1-a0f5650dec59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23bcea39-3c18-45ff-bcd1-a0f5650dec59",
    "match": "https://api-prod.gambitprofit.com/api/matches/78a34b8d-a6c5-4001-9ec8-1d1e96a845af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:06:58.522022-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": "Bobby Green",
                "amount": 6799.0
            },
            {
                "team": "Jared Gordon",
                "amount": 3201.0
            }
        ],
        "expected_reward_tokens": 9314.63,
        "profit_sb": -185.37,
        "profit_sb_percentage": -1.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4bfae1c-4c21-4373-965a-e29a5ca2c313",
            "gambit_id": "37fbf54d-03fe-459a-ae8d-50070d308ee0",
            "last_updated": "2023-04-29T18:57:05.226087-04:00",
            "created_at": "2023-04-22T13:06:58.523873-04:00",
            "name": "Bobby Green",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23bcea39-3c18-45ff-bcd1-a0f5650dec59/?format=api"
        },
        {
            "id": "da221367-fceb-41b5-b2c3-1c954a2b8718",
            "gambit_id": "c6880e5a-67fc-4036-849f-07d0426de9ff",
            "last_updated": "2023-04-29T18:57:05.227753-04:00",
            "created_at": "2023-04-22T13:06:58.527383-04:00",
            "name": "Jared Gordon",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23bcea39-3c18-45ff-bcd1-a0f5650dec59/?format=api"
        }
    ]
}