GET /api/bet_types/aedda14d-1416-40b6-a1ed-cbe3e7d3ba3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aedda14d-1416-40b6-a1ed-cbe3e7d3ba3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ad4e63a-c301-4a5d-8adf-619bea016615/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:46:53.396232-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": "DC Defenders",
                "amount": 5000.0
            },
            {
                "team": "Vegas Vipers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d033e0b6-4cc5-4984-b014-a5212dbefd15",
            "gambit_id": "a774034c-4572-4f7a-8248-7ad61c1ec91d",
            "last_updated": "2023-03-13T19:17:10.152159-04:00",
            "created_at": "2023-03-07T09:46:53.397456-05:00",
            "name": "DC Defenders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aedda14d-1416-40b6-a1ed-cbe3e7d3ba3e/?format=api"
        },
        {
            "id": "fa186cc9-0619-4940-a0c2-a51c916cdde8",
            "gambit_id": "f2398311-bc00-4fe4-ae23-d9c60504caf9",
            "last_updated": "2023-03-13T19:17:10.154043-04:00",
            "created_at": "2023-03-07T09:46:53.399554-05:00",
            "name": "Vegas Vipers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aedda14d-1416-40b6-a1ed-cbe3e7d3ba3e/?format=api"
        }
    ]
}