GET /api/bet_types/1fea271e-1c11-4276-a3be-e4e3749009a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fea271e-1c11-4276-a3be-e4e3749009a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3032195c-c53c-4e9c-9539-ebf0cdd7a67d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-18T09:43:02.993496-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": "STL",
                "amount": 6100.0
            },
            {
                "team": "NYM",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "63909a13-a045-4424-a171-23e882c3e319",
            "gambit_id": "a57d5091-e0e6-4d48-b778-33534ac415e2",
            "last_updated": "2023-06-20T10:43:11.049648-04:00",
            "created_at": "2023-06-18T09:43:02.996544-04:00",
            "name": "STL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fea271e-1c11-4276-a3be-e4e3749009a6/?format=api"
        },
        {
            "id": "39d73c3b-afac-4751-8bac-de40b6eed5ab",
            "gambit_id": "2e56dfe2-54fd-4320-8c08-6d43497cdb95",
            "last_updated": "2023-06-20T10:43:11.052887-04:00",
            "created_at": "2023-06-18T09:43:02.999689-04:00",
            "name": "NYM",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fea271e-1c11-4276-a3be-e4e3749009a6/?format=api"
        }
    ]
}