GET /api/bet_types/a59a1a89-cf33-4f0c-a984-6acf5b804a94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a59a1a89-cf33-4f0c-a984-6acf5b804a94",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c83ded5-d5b9-43ed-9a3e-661c2cbd4f33/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-02T09:33:15.712844-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": 5213.0
            },
            {
                "team": "TEX",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "81c1e93a-d7e6-4dfa-a367-ac9fd07a3151",
            "gambit_id": "2e232b48-a2f5-45fa-a81a-24f0e5c8765a",
            "last_updated": "2023-09-04T12:48:33.483286-04:00",
            "created_at": "2023-09-02T09:33:15.716633-04:00",
            "name": "MIN",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a59a1a89-cf33-4f0c-a984-6acf5b804a94/?format=api"
        },
        {
            "id": "63468d33-270e-4a24-95ab-4a69308d8b03",
            "gambit_id": "148ab1a5-7be0-4e9a-9938-3481cf103215",
            "last_updated": "2023-09-04T12:48:33.486872-04:00",
            "created_at": "2023-09-02T09:33:15.720714-04:00",
            "name": "TEX",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a59a1a89-cf33-4f0c-a984-6acf5b804a94/?format=api"
        }
    ]
}