GET /api/bet_types/87904f2b-f7a5-4270-aeb6-6603cf6ffd61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87904f2b-f7a5-4270-aeb6-6603cf6ffd61",
    "match": "https://api-prod.gambitprofit.com/api/matches/268230dc-a105-48be-9e85-9118ef6b8caf/?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": "Philadelphia Union",
                "amount": 7667.0
            },
            {
                "team": "Draw",
                "amount": 2333.0
            }
        ],
        "expected_reward_tokens": 10731.8,
        "profit_sb": 1731.8,
        "profit_sb_percentage": 19.24,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Philadelphia Union",
                "amount": 6497.0
            },
            {
                "team": "Draw",
                "amount": 1977.0
            },
            {
                "team": "Colorado Rapids",
                "amount": 1526.0
            }
        ],
        "expected_reward_tokens": 9094.2,
        "profit_sb": 94.2,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "c599df2a-e7d8-47f5-8c50-28d3382220a0",
            "gambit_id": "00e6bd15-3b3c-4b37-b057-ecba6bfa1857",
            "last_updated": "2022-08-29T11:12:12.346076-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Union",
            "reward": "1.40000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87904f2b-f7a5-4270-aeb6-6603cf6ffd61/?format=api"
        },
        {
            "id": "ef9846f1-1af4-4366-8768-e7194e2e20e8",
            "gambit_id": "a837483f-9e14-47c2-9d86-66e62da1225a",
            "last_updated": "2022-08-29T11:12:12.346567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.60000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87904f2b-f7a5-4270-aeb6-6603cf6ffd61/?format=api"
        },
        {
            "id": "89635986-4ac0-4362-ba90-4cb78ccb53a2",
            "gambit_id": "ac0cb478-6436-4f76-b13a-ec2e129d0f9d",
            "last_updated": "2022-08-29T11:12:12.345601-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rapids",
            "reward": "5.96000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87904f2b-f7a5-4270-aeb6-6603cf6ffd61/?format=api"
        }
    ]
}