GET /api/bet_types/8b7c104c-082c-495b-942f-e6d0db7a645e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b7c104c-082c-495b-942f-e6d0db7a645e",
    "match": "https://api-prod.gambitprofit.com/api/matches/baa97e9c-ff15-4cd5-bc61-5b75639e1c0a/?format=api",
    "name": "Play the Odds",
    "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": "TEX",
                "amount": 6256.0
            },
            {
                "team": "TAM",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "c5d2a52d-3252-4643-88fd-28547d4794fd",
            "gambit_id": "28b90c4d-a65e-40a7-8b1a-eff593398fc6",
            "last_updated": "2022-09-19T09:37:07.341672-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b7c104c-082c-495b-942f-e6d0db7a645e/?format=api"
        },
        {
            "id": "f3795ee5-3b1b-4edc-ab6d-b55fbe7d673a",
            "gambit_id": "4732993a-f9d1-4c94-8299-ef730f8ba52c",
            "last_updated": "2022-09-19T09:37:07.340394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b7c104c-082c-495b-942f-e6d0db7a645e/?format=api"
        }
    ]
}