GET /api/bet_types/fa739525-8053-4b1d-beb9-3566bff94dd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa739525-8053-4b1d-beb9-3566bff94dd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/81d433a6-a0d1-4147-8f33-d0a2dcda7546/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:16.079619-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 5896.0
            },
            {
                "team": "Draw",
                "amount": 4104.0
            }
        ],
        "expected_reward_tokens": 12968.64,
        "profit_sb": 3468.64,
        "profit_sb_percentage": 36.51,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 4218.0
            },
            {
                "team": "Draw",
                "amount": 2936.0
            },
            {
                "team": "Fulham",
                "amount": 2846.0
            }
        ],
        "expected_reward_tokens": 9277.76,
        "profit_sb": -222.24,
        "profit_sb_percentage": -2.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b8dab76-fd11-4a46-84f9-b1ffb8ef01d6",
            "gambit_id": "71fc6fc9-2555-4448-8ee7-3872a1028fe5",
            "last_updated": "2023-04-17T11:42:05.165364-04:00",
            "created_at": "2023-04-14T12:02:16.082413-04:00",
            "name": "Everton",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa739525-8053-4b1d-beb9-3566bff94dd2/?format=api"
        },
        {
            "id": "b7aa699b-82c1-4b12-b71f-554ed27b1cef",
            "gambit_id": "0a061d24-d76a-4b3e-abdb-674311b1177c",
            "last_updated": "2023-04-17T11:42:05.167156-04:00",
            "created_at": "2023-04-14T12:02:16.083801-04:00",
            "name": "Draw",
            "reward": "3.16000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa739525-8053-4b1d-beb9-3566bff94dd2/?format=api"
        },
        {
            "id": "2a21c596-bfd6-4937-9e74-a5eccd7454a9",
            "gambit_id": "f76181d9-6962-478d-917c-fe47d15275d7",
            "last_updated": "2023-04-17T11:42:05.163549-04:00",
            "created_at": "2023-04-14T12:02:16.080980-04:00",
            "name": "Fulham",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa739525-8053-4b1d-beb9-3566bff94dd2/?format=api"
        }
    ]
}