GET /api/bet_types/a11c50d1-084a-4b95-b62d-46a5a3568fad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a11c50d1-084a-4b95-b62d-46a5a3568fad",
    "match": "https://api-prod.gambitprofit.com/api/matches/26e320b5-e56e-4210-82cb-b8c5414e4d11/?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": "FC Dallas",
                "amount": 6471.0
            },
            {
                "team": "Draw",
                "amount": 3529.0
            }
        ],
        "expected_reward_tokens": 12422.08,
        "profit_sb": 2922.08,
        "profit_sb_percentage": 30.76,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Dallas",
                "amount": 4834.0
            },
            {
                "team": "Draw",
                "amount": 2637.0
            },
            {
                "team": "Minnesota United FC",
                "amount": 2529.0
            }
        ],
        "expected_reward_tokens": 9281.28,
        "profit_sb": -218.72,
        "profit_sb_percentage": -2.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "369f65e3-6d4f-4812-bf1d-1d92fe016138",
            "gambit_id": "08bd1d44-4e1f-4230-8cc2-7210a0f72659",
            "last_updated": "2022-10-18T09:27:07.792159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Dallas",
            "reward": "1.92000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a11c50d1-084a-4b95-b62d-46a5a3568fad/?format=api"
        },
        {
            "id": "6bd1cbe6-3951-4974-b66b-7bda302788dc",
            "gambit_id": "adc2a4fb-ff6d-4a17-807e-dd781b86bfd6",
            "last_updated": "2022-10-18T09:27:07.793131-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.52000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a11c50d1-084a-4b95-b62d-46a5a3568fad/?format=api"
        },
        {
            "id": "6bf8c8fe-7c9b-4b36-945f-cb8a1064e2de",
            "gambit_id": "802a285f-2ea4-4883-a7bd-4d31cb5199a6",
            "last_updated": "2022-10-18T09:27:07.791083-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota United FC",
            "reward": "3.67000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a11c50d1-084a-4b95-b62d-46a5a3568fad/?format=api"
        }
    ]
}