GET /api/bet_types/7c33b273-6446-4e26-89c4-ff347b16ab89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c33b273-6446-4e26-89c4-ff347b16ab89",
    "match": "https://api-prod.gambitprofit.com/api/matches/8660515c-f4d8-43c1-ab9a-e0d04ad65a3f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T07:42:05.606834-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": "New York Rangers",
                "amount": 5867.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "561090c5-cdee-45d8-b5b1-503e12293afd",
            "gambit_id": "14c58e35-0e4e-4a5a-a45e-5d8d00b41613",
            "last_updated": "2023-03-03T09:57:03.518541-05:00",
            "created_at": "2023-03-02T07:42:05.608049-05:00",
            "name": "New York Rangers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c33b273-6446-4e26-89c4-ff347b16ab89/?format=api"
        },
        {
            "id": "a0af5b67-e245-4083-b5fb-550d28021cc7",
            "gambit_id": "d9eaaaf3-76a1-4409-b3e8-c92f5061724b",
            "last_updated": "2023-03-03T09:57:03.519698-05:00",
            "created_at": "2023-03-02T07:42:05.609559-05:00",
            "name": "Ottawa Senators",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c33b273-6446-4e26-89c4-ff347b16ab89/?format=api"
        }
    ]
}