GET /api/bet_types/ac1f727b-241f-4c59-82bf-bb0918f9834e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac1f727b-241f-4c59-82bf-bb0918f9834e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6448c38c-1235-4085-858d-2463e34d0820/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Los Angeles Galaxy",
                "amount": 7318.0
            },
            {
                "team": "Draw",
                "amount": 2682.0
            }
        ],
        "expected_reward_tokens": 11049.84,
        "profit_sb": 2049.84,
        "profit_sb_percentage": 22.78,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Galaxy",
                "amount": 5891.0
            },
            {
                "team": "Draw",
                "amount": 2159.0
            },
            {
                "team": "Colorado Rapids",
                "amount": 1951.0
            }
        ],
        "expected_reward_tokens": 8895.08,
        "profit_sb": -104.92,
        "profit_sb_percentage": -1.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9c1119b-7132-4d17-915a-3df344687141",
            "gambit_id": "f8ed156a-da4c-4762-b6d7-eaf8a6d054f4",
            "last_updated": "2022-09-19T09:57:23.303606-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Galaxy",
            "reward": "1.51000",
            "odds": "1.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac1f727b-241f-4c59-82bf-bb0918f9834e/?format=api"
        },
        {
            "id": "4fb826c7-e5a7-41f6-9d74-b1dc52e7b535",
            "gambit_id": "dd5b50d7-249f-4d8d-abac-87fe29d6ffd3",
            "last_updated": "2022-09-19T09:57:23.304861-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.12000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac1f727b-241f-4c59-82bf-bb0918f9834e/?format=api"
        },
        {
            "id": "0468fca0-83ec-416e-b69f-0489b1aa55d9",
            "gambit_id": "8ce13a8f-f6aa-4d70-9863-df45325bd2b1",
            "last_updated": "2022-09-19T09:57:23.302455-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rapids",
            "reward": "4.56000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac1f727b-241f-4c59-82bf-bb0918f9834e/?format=api"
        }
    ]
}