GET /api/bet_types/4d2de81d-68fe-4a39-94e9-d24b376435f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d2de81d-68fe-4a39-94e9-d24b376435f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d311b6c7-5126-4d0c-b76a-467678fcf39a/?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": "Atletico Madrid",
                "amount": 7473.0
            },
            {
                "team": "Draw",
                "amount": 2527.0
            }
        ],
        "expected_reward_tokens": 10686.39,
        "profit_sb": 1186.39,
        "profit_sb_percentage": 12.49,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Atletico Madrid",
                "amount": 6520.0
            },
            {
                "team": "Draw",
                "amount": 2204.0
            },
            {
                "team": "Club Brugge",
                "amount": 1276.0
            }
        ],
        "expected_reward_tokens": 9322.92,
        "profit_sb": -177.08,
        "profit_sb_percentage": -1.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c3bb4bc-599b-4148-9ddd-b9cf91f98ef1",
            "gambit_id": "05193eb6-ed88-4c2d-914e-be64b92f622c",
            "last_updated": "2022-10-13T09:57:19.317238-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atletico Madrid",
            "reward": "1.43000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2de81d-68fe-4a39-94e9-d24b376435f9/?format=api"
        },
        {
            "id": "7199c2fd-0c0c-4360-9bb0-b94e14b76b78",
            "gambit_id": "d9dbc09a-bf9f-4d92-92d1-478ce577c105",
            "last_updated": "2022-10-13T09:57:19.316266-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.23000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2de81d-68fe-4a39-94e9-d24b376435f9/?format=api"
        },
        {
            "id": "2bf232ec-8cd3-4cec-a433-f5ca22247e33",
            "gambit_id": "c44792bf-c9ce-46e1-8754-ead0598fb172",
            "last_updated": "2022-10-13T09:57:19.315285-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Club Brugge",
            "reward": "7.31000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2de81d-68fe-4a39-94e9-d24b376435f9/?format=api"
        }
    ]
}