GET /api/bet_types/50547167-d52d-49c6-b46e-3acc3996ddc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50547167-d52d-49c6-b46e-3acc3996ddc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/2db98731-bef1-442b-88f4-1ff7d2ba46b3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-18T09:43:10.542572-04: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": "PHI",
                "amount": 5421.0
            },
            {
                "team": "OAK",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "78c3bb93-480a-43a8-a8a0-d5754022b2cd",
            "gambit_id": "24587c36-4730-479d-9c13-b83a89ae92e5",
            "last_updated": "2023-06-19T17:13:29.849817-04:00",
            "created_at": "2023-06-18T09:43:10.544945-04:00",
            "name": "PHI",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50547167-d52d-49c6-b46e-3acc3996ddc0/?format=api"
        },
        {
            "id": "e50c8c51-5d85-4379-8746-bc6f55fd4b2b",
            "gambit_id": "c1ce955d-54ed-4291-9d51-a876aeb57295",
            "last_updated": "2023-06-19T17:13:29.852373-04:00",
            "created_at": "2023-06-18T09:43:10.547391-04:00",
            "name": "OAK",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50547167-d52d-49c6-b46e-3acc3996ddc0/?format=api"
        }
    ]
}