GET /api/bet_types/7aee56b6-909c-4b80-b924-e2325433700f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7aee56b6-909c-4b80-b924-e2325433700f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0d0920e-43a2-424c-8fe0-f472ef9420a7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-31T00:12:08.978563-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6238.0
            },
            {
                "team": "Brighton & Hove Albion",
                "amount": 3762.0
            }
        ],
        "expected_reward_tokens": 11850.3,
        "profit_sb": 2850.3,
        "profit_sb_percentage": 31.67,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 4532.0
            },
            {
                "team": "Brighton & Hove Albion",
                "amount": 2734.0
            },
            {
                "team": "Draw",
                "amount": 2734.0
            }
        ],
        "expected_reward_tokens": 8610.8,
        "profit_sb": -389.2,
        "profit_sb_percentage": -4.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ac2093e-aa1e-4ae0-a144-2dfe3c212455",
            "gambit_id": "52302ede-8a68-45c9-bfea-b6c6d074abc5",
            "last_updated": "2023-01-01T14:27:15.889285-05:00",
            "created_at": "2022-12-31T00:12:08.979716-05:00",
            "name": "Arsenal",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aee56b6-909c-4b80-b924-e2325433700f/?format=api"
        },
        {
            "id": "5d3f4664-78b8-4f32-b5f9-448a934ac77e",
            "gambit_id": "b2613f26-5c09-4492-8ae3-10e98dbd4a63",
            "last_updated": "2023-01-01T14:27:15.890430-05:00",
            "created_at": "2022-12-31T00:12:08.980950-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "3.15000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aee56b6-909c-4b80-b924-e2325433700f/?format=api"
        },
        {
            "id": "962943d0-3eaf-4d41-b727-6bfc974615b6",
            "gambit_id": "78bc96fb-af99-4c49-ba8c-36d745388dd7",
            "last_updated": "2023-01-01T14:27:15.891561-05:00",
            "created_at": "2022-12-31T00:12:08.982114-05:00",
            "name": "Draw",
            "reward": "3.15000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aee56b6-909c-4b80-b924-e2325433700f/?format=api"
        }
    ]
}