GET /api/bet_types/454e1a48-a76a-4ab0-8504-b0af7cf6b95a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "454e1a48-a76a-4ab0-8504-b0af7cf6b95a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d39ac0e1-357e-442e-9cce-c9fa213bea01/?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": "Crystal Palace",
                "amount": 5442.0
            },
            {
                "team": "Aston Villa",
                "amount": 4558.0
            }
        ],
        "expected_reward_tokens": 12625.44,
        "profit_sb": 3625.44,
        "profit_sb_percentage": 40.28,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 3795.0
            },
            {
                "team": "Aston Villa",
                "amount": 3179.0
            },
            {
                "team": "Draw",
                "amount": 3026.0
            }
        ],
        "expected_reward_tokens": 8804.4,
        "profit_sb": -195.6,
        "profit_sb_percentage": -2.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "eaec4781-8887-4c8c-ae87-5c7695d74c02",
            "gambit_id": "2030046e-2d84-4b91-bbd8-87db87328680",
            "last_updated": "2022-08-21T12:57:11.031539-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Crystal Palace",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454e1a48-a76a-4ab0-8504-b0af7cf6b95a/?format=api"
        },
        {
            "id": "242e8a50-246e-49b2-9a79-63aa167a1106",
            "gambit_id": "190ae6fb-8882-443f-834a-f449df2ae74f",
            "last_updated": "2022-08-21T12:57:11.031134-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Aston Villa",
            "reward": "2.77000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454e1a48-a76a-4ab0-8504-b0af7cf6b95a/?format=api"
        },
        {
            "id": "f983da8e-05e2-4913-bfea-b0c342b96b73",
            "gambit_id": "1c5ed50c-5ad6-49da-89ae-a6055c255f13",
            "last_updated": "2022-08-21T12:57:11.031963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.91000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454e1a48-a76a-4ab0-8504-b0af7cf6b95a/?format=api"
        }
    ]
}