GET /api/bet_types/5a9cf7bd-8878-4331-9ac9-1b809562b2bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a9cf7bd-8878-4331-9ac9-1b809562b2bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/0733aa12-c732-45aa-875e-f6b9863551fe/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Netherlands",
                "amount": 6350.0
            },
            {
                "team": "Draw",
                "amount": 3650.0
            }
        ],
        "expected_reward_tokens": 10985.5,
        "profit_sb": 1985.5,
        "profit_sb_percentage": 22.06,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Netherlands",
                "amount": 4998.0
            },
            {
                "team": "Draw",
                "amount": 2873.0
            },
            {
                "team": "USA",
                "amount": 2130.0
            }
        ],
        "expected_reward_tokens": 8646.54,
        "profit_sb": -353.46,
        "profit_sb_percentage": -3.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f5799a8-2d69-4471-aeeb-f4e5270b3610",
            "gambit_id": "889750af-37b4-4025-b2e7-dacf6de59c41",
            "last_updated": "2022-12-05T11:57:16.543926-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Netherlands",
            "reward": "1.73000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a9cf7bd-8878-4331-9ac9-1b809562b2bc/?format=api"
        },
        {
            "id": "a538b235-30d6-4b1f-8b91-b862de201d70",
            "gambit_id": "beba6896-474d-4c02-a378-132345d8ff91",
            "last_updated": "2022-12-05T11:57:16.545146-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.01000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a9cf7bd-8878-4331-9ac9-1b809562b2bc/?format=api"
        },
        {
            "id": "a6d940db-8783-4423-b608-0a6e923816e7",
            "gambit_id": "1f4b02ce-86f9-4c2e-99d0-e4cb70ada94a",
            "last_updated": "2022-12-05T11:57:16.542874-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USA",
            "reward": "4.06000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a9cf7bd-8878-4331-9ac9-1b809562b2bc/?format=api"
        }
    ]
}