GET /api/bet_types/aefdedf9-da7e-48ea-b133-e7b95a28d4e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aefdedf9-da7e-48ea-b133-e7b95a28d4e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a76fb162-8f92-4ef7-9f9e-c681a76a47e4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:52:05.079396-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 5913.0
            },
            {
                "team": "Draw",
                "amount": 4087.0
            }
        ],
        "expected_reward_tokens": 12710.57,
        "profit_sb": 3210.57,
        "profit_sb_percentage": 33.8,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 4286.0
            },
            {
                "team": "Draw",
                "amount": 2963.0
            },
            {
                "team": "West Ham United",
                "amount": 2751.0
            }
        ],
        "expected_reward_tokens": 9214.9,
        "profit_sb": -285.1,
        "profit_sb_percentage": -3.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a799a68a-e9c5-4a7f-831e-d99a12cda248",
            "gambit_id": "06c7fbd0-e7f7-43ba-ad01-554227b81ba4",
            "last_updated": "2023-04-06T21:31:52.919681-04:00",
            "created_at": "2023-04-05T09:52:05.082119-04:00",
            "name": "Newcastle United",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aefdedf9-da7e-48ea-b133-e7b95a28d4e2/?format=api"
        },
        {
            "id": "f9677687-25f9-423a-9c4e-5e6fabfff47d",
            "gambit_id": "ba7bcb42-99df-467c-8ebd-f04bbab71c3a",
            "last_updated": "2023-04-06T21:31:52.917876-04:00",
            "created_at": "2023-04-05T09:52:05.088387-04:00",
            "name": "Draw",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aefdedf9-da7e-48ea-b133-e7b95a28d4e2/?format=api"
        },
        {
            "id": "e55aec0f-cf39-450b-8d94-9b0b4cc07b77",
            "gambit_id": "bcbc23f0-d568-4e62-96e4-c650b9c95ae5",
            "last_updated": "2023-04-06T21:31:52.916047-04:00",
            "created_at": "2023-04-05T09:52:05.085438-04:00",
            "name": "West Ham United",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aefdedf9-da7e-48ea-b133-e7b95a28d4e2/?format=api"
        }
    ]
}