GET /api/bet_types/3d7af842-b220-40a7-a6d5-656a2e2a9f32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d7af842-b220-40a7-a6d5-656a2e2a9f32",
    "match": "https://api-prod.gambitprofit.com/api/matches/6078c9f8-d439-4a28-a0e0-0282a0eca976/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Faze Clan",
                "amount": 8007.0
            },
            {
                "team": "Complexity Gaming",
                "amount": 1993.0
            }
        ],
        "expected_reward_tokens": 8967.84,
        "profit_sb": -32.16,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "3abf04cb-192c-4357-9502-1e6ecb3fecb8",
            "gambit_id": "744b5cdd-b88d-447a-b6b8-57c6a410ef99",
            "last_updated": "2022-09-28T09:27:25.382580-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Faze Clan",
            "reward": "1.12000",
            "odds": "1.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d7af842-b220-40a7-a6d5-656a2e2a9f32/?format=api"
        },
        {
            "id": "fb880c0b-af0f-414f-9744-67a43fe43ddb",
            "gambit_id": "04455f5e-75f1-44aa-8739-fbf4c0c25c3d",
            "last_updated": "2022-09-28T09:27:25.381318-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Complexity Gaming",
            "reward": "4.50000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d7af842-b220-40a7-a6d5-656a2e2a9f32/?format=api"
        }
    ]
}