GET /api/bet_types/f4b9b528-1b42-4e38-a09d-be647deced08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4b9b528-1b42-4e38-a09d-be647deced08",
    "match": "https://api-prod.gambitprofit.com/api/matches/148581ee-5dc4-424b-a77b-8011b3711fc7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-03T12:12:08.041020-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": "TEX (A Heaney)",
                "amount": 5337.0
            },
            {
                "team": "ARI (B Pfaadt)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "12bd9335-c61a-42f6-9819-28b517f5d9df",
            "gambit_id": "a59100f0-faf6-4b5d-8203-bc408e23089b",
            "last_updated": "2023-05-04T11:01:56.695347-04:00",
            "created_at": "2023-05-03T12:12:08.042404-04:00",
            "name": "TEX (A Heaney)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b9b528-1b42-4e38-a09d-be647deced08/?format=api"
        },
        {
            "id": "b67a3fff-2c2c-46c2-b047-4357bb3c425e",
            "gambit_id": "4f76e751-59f6-44be-ac41-655cd5a77195",
            "last_updated": "2023-05-04T11:01:56.696798-04:00",
            "created_at": "2023-05-03T12:12:08.043804-04:00",
            "name": "ARI (B Pfaadt)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b9b528-1b42-4e38-a09d-be647deced08/?format=api"
        }
    ]
}