GET /api/bet_types/5a893073-ec32-4432-b7e5-503f16b5cc14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a893073-ec32-4432-b7e5-503f16b5cc14",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ca5cee3-07cb-4258-aaaa-38500e836470/?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": "Tottenham",
                "amount": 6081.0
            },
            {
                "team": "Draw",
                "amount": 3919.0
            }
        ],
        "expected_reward_tokens": 12344.43,
        "profit_sb": 3344.43,
        "profit_sb_percentage": 37.16,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 4369.0
            },
            {
                "team": "Draw",
                "amount": 2816.0
            },
            {
                "team": "Sporting CP",
                "amount": 2816.0
            }
        ],
        "expected_reward_tokens": 8869.07,
        "profit_sb": -130.93,
        "profit_sb_percentage": -1.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e63a379-412b-4ebd-816e-6cfede15daec",
            "gambit_id": "a0e1de5c-feb6-4d23-95cd-8b8a0d898b93",
            "last_updated": "2022-09-14T11:22:09.551678-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "2.03000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a893073-ec32-4432-b7e5-503f16b5cc14/?format=api"
        },
        {
            "id": "76583b3c-78bb-4032-876f-efc0590d7b55",
            "gambit_id": "c3b5f828-d9f8-4d12-9c49-77476852ef47",
            "last_updated": "2022-09-14T11:22:09.553764-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.15000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a893073-ec32-4432-b7e5-503f16b5cc14/?format=api"
        },
        {
            "id": "9ab86a7f-92da-457d-9741-6ce2fcd0a7f4",
            "gambit_id": "7f552781-b96a-4950-97e6-172318d285e3",
            "last_updated": "2022-09-14T11:22:09.552734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sporting CP",
            "reward": "3.15000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a893073-ec32-4432-b7e5-503f16b5cc14/?format=api"
        }
    ]
}