GET /api/bet_types/1725fff4-e525-4ca3-9702-be30ab3bf405/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1725fff4-e525-4ca3-9702-be30ab3bf405",
    "match": "https://api-prod.gambitprofit.com/api/matches/69756e1a-ae61-4f1a-b4a0-2a306517d824/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-25T09:46:55.038605-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": "San Francisco 49ers",
                "amount": 5212.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "d127e464-9d96-4fa4-8c35-8ef59f4afbe1",
            "gambit_id": "a7cb7ca3-c656-4d04-bb31-65f35587ce63",
            "last_updated": "2023-01-30T17:46:54.336367-05:00",
            "created_at": "2023-01-25T09:46:55.041064-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1725fff4-e525-4ca3-9702-be30ab3bf405/?format=api"
        },
        {
            "id": "3157ea3b-f47d-4ac7-98fb-2881ef02abd1",
            "gambit_id": "355d90cf-bd29-485f-985c-17831fc9ab9f",
            "last_updated": "2023-01-30T17:46:54.335172-05:00",
            "created_at": "2023-01-25T09:46:55.039753-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1725fff4-e525-4ca3-9702-be30ab3bf405/?format=api"
        }
    ]
}