GET /api/bet_types/5e29d535-a3ef-4d5a-aca5-1ade7c860588/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e29d535-a3ef-4d5a-aca5-1ade7c860588",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fd6c86f-8856-4cf6-9c19-ad8018479adb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-22T08:43:02.553863-05: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": 7186.0
            },
            {
                "team": "Draw",
                "amount": 2814.0
            }
        ],
        "expected_reward_tokens": 11424.84,
        "profit_sb": 1924.84,
        "profit_sb_percentage": 20.26,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5809.0
            },
            {
                "team": "Draw",
                "amount": 2275.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 1916.0
            }
        ],
        "expected_reward_tokens": 9235.12,
        "profit_sb": -264.88,
        "profit_sb_percentage": -2.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "e891e2b5-89b6-4bd5-b09f-9fe1a2a3af04",
            "gambit_id": "0d1b2c44-118f-46fe-98be-ea4fc14069f8",
            "last_updated": "2024-01-23T20:28:17.336331-05:00",
            "created_at": "2024-01-22T08:43:02.565700-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.59000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e29d535-a3ef-4d5a-aca5-1ade7c860588/?format=api"
        },
        {
            "id": "5a3ca64e-e823-422f-a430-488304f04e77",
            "gambit_id": "ba30651c-7de6-4444-9bba-63d7f61fe1e8",
            "last_updated": "2024-01-23T20:28:17.332884-05:00",
            "created_at": "2024-01-22T08:43:02.560576-05:00",
            "name": "Draw",
            "reward": "4.06000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e29d535-a3ef-4d5a-aca5-1ade7c860588/?format=api"
        },
        {
            "id": "98a701ab-a26d-42e4-9792-4aeeec7c3743",
            "gambit_id": "0d06205f-3984-46bc-a5c3-bf600274a040",
            "last_updated": "2024-01-23T20:28:17.339660-05:00",
            "created_at": "2024-01-22T08:43:02.573270-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "4.82000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e29d535-a3ef-4d5a-aca5-1ade7c860588/?format=api"
        }
    ]
}