GET /api/bet_types/d99af4b0-6181-45d5-834f-21989825a003/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d99af4b0-6181-45d5-834f-21989825a003",
    "match": "https://api-prod.gambitprofit.com/api/matches/beaa141f-a982-4a75-a839-74f493f315cb/?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": "BOS",
                "amount": 6183.0
            },
            {
                "team": "MIN",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": 274.5,
        "profit_sb_percentage": 3.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "09a1ab97-3dab-4878-8cbc-8f41b27016e9",
            "gambit_id": "7a127491-4040-462e-a97d-6efd573d9a51",
            "last_updated": "2022-08-31T11:52:17.490975-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d99af4b0-6181-45d5-834f-21989825a003/?format=api"
        },
        {
            "id": "f1cb781e-eb51-4d44-9162-4bbdd4e92701",
            "gambit_id": "9cc5a792-5fdb-4b8f-9295-2f8d90b9a41c",
            "last_updated": "2022-08-31T11:52:17.490543-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.43000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d99af4b0-6181-45d5-834f-21989825a003/?format=api"
        }
    ]
}