GET /api/bet_types/669baf1c-382c-46e2-a90d-475900f26134/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "669baf1c-382c-46e2-a90d-475900f26134",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce92d51f-c1df-49d1-9953-87fc00223615/?format=api",
    "name": "FreeForm",
    "created_at": "2023-06-09T11:23:22.815554-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0b94fa1-2c79-4c3a-b66f-53c0fd8fcd81",
            "gambit_id": "0af4cad1-8995-408d-b366-87c3c0555b17",
            "last_updated": "2023-06-11T11:33:19.301412-04:00",
            "created_at": "2023-06-09T11:23:22.818734-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/669baf1c-382c-46e2-a90d-475900f26134/?format=api"
        },
        {
            "id": "7280b79c-dbe9-44f3-a625-5d97ac779e45",
            "gambit_id": "0a41502a-8341-40fe-bbf2-4d9d46165231",
            "last_updated": "2023-06-11T11:33:19.303494-04:00",
            "created_at": "2023-06-09T11:23:22.821504-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/669baf1c-382c-46e2-a90d-475900f26134/?format=api"
        }
    ]
}