GET /api/bet_types/fafbba0e-9b68-4ffa-8d7a-18326f6754ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fafbba0e-9b68-4ffa-8d7a-18326f6754ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dd11a7f-8498-4a44-b4f4-3854e4feef03/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "DET (M Pineda)",
                "amount": 5215.0
            },
            {
                "team": "KAN (J Heasley)",
                "amount": 4785.0
            }
        ],
        "expected_reward_tokens": 9282.7,
        "profit_sb": 282.7,
        "profit_sb_percentage": 3.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9cfa71f-b6b5-47a8-84f0-46cc54bfbad8",
            "gambit_id": "b1c2e2f8-c148-42b1-b0f8-5b694b6656b7",
            "last_updated": "2022-09-05T10:27:03.806828-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (M Pineda)",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafbba0e-9b68-4ffa-8d7a-18326f6754ed/?format=api"
        },
        {
            "id": "055bbc1b-a592-4f3d-80db-46b3b065c815",
            "gambit_id": "bb633c56-5210-4744-91fd-9df31097fd72",
            "last_updated": "2022-09-05T10:27:03.807802-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (J Heasley)",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafbba0e-9b68-4ffa-8d7a-18326f6754ed/?format=api"
        }
    ]
}