GET /api/bet_types/4dae5451-c4aa-461c-96ea-2bb5dd975430/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dae5451-c4aa-461c-96ea-2bb5dd975430",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e081419-9d61-4d73-b440-feaaf75a5a87/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-08T09:23:25.816696-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": "MIN",
                "amount": 5939.0
            },
            {
                "team": "NYM",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "b39aab6f-8c81-4946-81e5-435c0058441e",
            "gambit_id": "4d70b152-4b07-417b-b023-b78942b7d593",
            "last_updated": "2023-09-09T11:18:32.305934-04:00",
            "created_at": "2023-09-08T09:23:25.825392-04:00",
            "name": "MIN",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dae5451-c4aa-461c-96ea-2bb5dd975430/?format=api"
        },
        {
            "id": "2767775a-6a66-44ce-93b2-9a3795af273e",
            "gambit_id": "49f9f4ce-b086-4e5b-85f9-04006c963904",
            "last_updated": "2023-09-09T11:18:32.302547-04:00",
            "created_at": "2023-09-08T09:23:25.820309-04:00",
            "name": "NYM",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dae5451-c4aa-461c-96ea-2bb5dd975430/?format=api"
        }
    ]
}