GET /api/bet_types/ba90c137-ac62-4032-bd0f-4cd82e29b4a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba90c137-ac62-4032-bd0f-4cd82e29b4a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b0ca63d-5a46-4aa0-8bb4-5e08de2b92f5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T11:02:22.879520-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 7080.0
            },
            {
                "team": "Draw",
                "amount": 2920.0
            }
        ],
        "expected_reward_tokens": 11328.0,
        "profit_sb": 1828.0,
        "profit_sb_percentage": 19.24,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5789.0
            },
            {
                "team": "Draw",
                "amount": 2387.0
            },
            {
                "team": "Brentford",
                "amount": 1823.0
            }
        ],
        "expected_reward_tokens": 9260.84,
        "profit_sb": -239.16,
        "profit_sb_percentage": -2.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "c26658db-51af-4aa5-b075-6428a4e02ac3",
            "gambit_id": "9b9a50a0-0efc-4822-b0cf-72f9cce27e81",
            "last_updated": "2023-04-03T10:27:12.875758-04:00",
            "created_at": "2023-03-31T11:02:22.883944-04:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.60000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba90c137-ac62-4032-bd0f-4cd82e29b4a3/?format=api"
        },
        {
            "id": "acca2b7e-1e73-4628-a429-78d7fdb0b5b0",
            "gambit_id": "f7aba54c-6055-4f55-a339-0b9f2cd8dd26",
            "last_updated": "2023-04-03T10:27:12.878041-04:00",
            "created_at": "2023-03-31T11:02:22.885949-04:00",
            "name": "Draw",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba90c137-ac62-4032-bd0f-4cd82e29b4a3/?format=api"
        },
        {
            "id": "84a840f2-680a-41f3-ab83-e4d717631ca8",
            "gambit_id": "8c5f6e7a-01d9-43c3-b7c2-1e1506de92e8",
            "last_updated": "2023-04-03T10:27:12.873409-04:00",
            "created_at": "2023-03-31T11:02:22.881762-04:00",
            "name": "Brentford",
            "reward": "5.08000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba90c137-ac62-4032-bd0f-4cd82e29b4a3/?format=api"
        }
    ]
}